New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
kendoTreeViewCheckable |
|
Defines the checkable settings
(see example).
If you do not provide a value, the default | |
checkedKeys |
|
Defines the collection that stores the checked keys (see example). | |
checkBy |
|
Defines the item key stored in the |
Events
Name | Type | Description |
---|---|---|
checkedKeysChange |
|
Fires when the |