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

Configures the checkbox selection behavior of the TreeView component (see example).

Definition

Package:@progress/kendo-angular-treeview

Properties

Determines whether checking a parent node automatically checks its children. Only applicable in multiple selection mode.

Default:

true

Determines whether disabled children are checked when their parent is checked. Only applicable in multiple selection mode and when checkChildren is true.

Default:

false

Determines whether clicking a node toggles its checked state.

Default:

false

Determines whether parent nodes display an indeterminate state when only some children are checked. Only applicable in multiple selection mode.

Default:

true

enabled?

boolean

Determines if checkbox selection is enabled.

Default:

true

Specifies the selection mode.

Default:

'multiple'

Determines whether collapsed children are unchecked when their parent is unchecked. Only applicable in multiple selection mode and when loadOnDemand is true.

Default:

false