New to Kendo UI for Angular? Start a free 30-day trial
CheckDirective
A directive which manages the in-memory checked state of the TreeView node (see example).
Selector
[kendoTreeViewCheckable]
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoTreeViewCheckable |
|
Defines the checkable settings (see example).
If no value is provided, the default | |
checkedKeys |
|
Defines the collection that will store the checked keys (see example). | |
checkBy |
|
Defines the item key that will be stored in the |
Events
Name | Type | Description |
---|---|---|
checkedKeysChange |
|
Fires when the |