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

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

checkBy

string | (context: TreeItem) => any

Defines the item key stored in the checkedKeys collection.

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

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

Events

Fires when the checkedKeys collection updates.