New to Kendo UI for Vue? Start a free 30-day trial

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.

Example
View Source
Change Theme:

In this article

Not finding the help you need?