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

NameTypeDefaultDescription

kendoTreeViewCheckable

string | boolean | CheckableSettings

Defines the checkable settings (see example). If no value is provided, the default CheckableSettings are applied.

checkedKeys

any[]

Defines the collection that will store the checked keys (see example).

checkBy

string | (context: TreeItem) => any

Defines the item key that will be stored in the checkedKeys collection.

Events

NameTypeDescription

checkedKeysChange

EventEmitter<any[]>

Fires when the checkedKeys collection was updated.

In this article

Not finding the help you need?