CheckDirective
Directive
Represents a directive that manages the in-memory checked state of the TreeView node (see example).
Definition
Package:@progress/kendo-angular-treeview
Selector:[kendoTreeViewCheckable]
Syntax:
html
<kendo-treeview
kendoTreeViewCheckable
checkBy="id"
[(checkedKeys)]="checkedKeys"
[nodes]="data">
</kendo-treeview>
Inputs
Defines the item key stored in the checkedKeys collection.
checkedKeys
any[]
Defines the collection that stores the checked keys (see example).
kendoTreeViewCheckable
string | boolean | CheckableSettings
Defines the checkable settings
(see example).
If you do not provide a value, the default CheckableSettings apply.
Events
checkedKeysChange
EventEmitter<any[]>
Fires when the checkedKeys collection updates.