New to Kendo UI for AngularStart a free 30-day trial

CheckDirective

Represents a directive that manages the in-memory checked state of the TreeView node (see example).

html
<kendo-treeview
     kendoTreeViewCheckable
     checkBy="id"
     [(checkedKeys)]="checkedKeys"
     [nodes]="data">
 </kendo-treeview>

Selector

[kendoTreeViewCheckable]

Inputs

NameTypeDefaultDescription

kendoTreeViewCheckable

string | boolean | CheckableSettings

Defines the checkable settings (see example). If you do not provide a value, the default CheckableSettings apply.

checkedKeys

any[]

Defines the collection that stores the checked keys (see example).

checkBy

string | (context: TreeItem) => any

Defines the item key stored in the checkedKeys collection.

Events

NameTypeDescription

checkedKeysChange

EventEmitter<any[]>

Fires when the checkedKeys collection updates.

In this article
SelectorInputsEvents
Not finding the help you need?
Contact Support