New to Kendo UI for Angular? Start a free 30-day trial

CheckableSettings

The checkable settings of the TreeView (see example).

Example
View Source
Change Theme:
NameTypeDefaultDescription

checkChildren?

boolean

true

Determines whether to automatically check the children nodes.

The option works only together with the multiple selection mode.

checkDisabledChildren?

boolean

false

Determines whether disabled children will be checked if their parent is checked.

The option works only together with the multiple selection mode and checkChildren: true.

checkOnClick?

boolean

false

Specifies if on clicking the node, the item will be checked or unchecked.

checkParents?

boolean

true

Determines whether to display the indeterminate state for the parent nodes.

The option works only together with the multiple selection mode.

enabled?

boolean

true

Determines if a checkbox selection is allowed.

mode?

CheckMode

'multiple'

The available values are:

  • "single"
  • "multiple"

uncheckCollapsedChildren?

boolean

false

Determines whether collapsed children should be unchecked when unchecking their parent.

The option works only together with the multiple selection mode and when loadOnDemand is true.