Skip to content

Files

Latest commit

 

History

History
30 lines (21 loc) · 1.46 KB

File metadata and controls

30 lines (21 loc) · 1.46 KB
title page_title description slug canonicalLink position
Checkboxes
Checkboxes - DropDownTree - Kendo UI for Vue
Use the checkboxes functionality that enables multiple selection in the Kendo UI DropDownTree wrapper for Vue.
checkboxes_dropdowntree_wrapper
2

Checkboxes

The checkboxes functionality enables multiple selection in the DropDownTree wrapper for Vue.

Once the checkboxes option is set to true, the DropDownTree provides the multiple selection functionality by rending each checked item as a tag in its input. You can remove the tags (items) through their X button which will automatically uncheck them in the drop-down.

Along with the standard checkbox support, the DropDownTree allows you to manage the checked state of all nodes. To enable this functionality, set the checkAll option to true.

The following example demonstrates how to enable the checkboxes and the multiple selection for the DropDownTree.

{% meta height:750 %} {% embed_file checkboxes/main.vue preview %} {% embed_file checkboxes/main.js %} {% endmeta %}

Suggested Links