Skip to content

Files

Latest commit

 

History

History
26 lines (19 loc) · 1022 Bytes

File metadata and controls

26 lines (19 loc) · 1022 Bytes
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

Checkboxes

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 %}

Suggested Links