title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Checkboxes |
Checkboxes TreeView - TreeView - Kendo UI for Vue |
Implement checkboxes in the Kendo UI TreeView wrapper for Vue. |
checkboxes_treeview_wrapper |
5 |
The TreeView provides options for rendering checkboxes.
To enable the checkboxes, set the :checkboxes="true"
property or configure any of the checkoxes
composite options such as :checkboxes-check-children
, :checkboxes-name
, or :checkboxes-template
.
{% meta height:520 %} {% embed_file checkboxes/main.vue preview %} {% embed_file checkboxes/main.js %} {% endmeta %}