UNPKG

@progress/kendo-treeview-vue-wrapper

Version:
27 lines (19 loc) 1.02 kB
--- title: Checkboxes page_title: Checkboxes TreeView - TreeView - Kendo UI for Vue description: "Implement checkboxes in the Kendo UI TreeView wrapper for Vue." slug: checkboxes_treeview_wrapper canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/treeview/checkboxes/" position: 5 --- <div><WrapperBanner link="/kendo-vue-ui/components/treeview/checkboxes/"></WrapperBanner></div> # 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 * [Kendo UI TreeView for jQuery](https://docs.telerik.com/kendo-ui/controls/navigation/treeview/overview) * [API Reference of the TreeView Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/treeview)