MultiSelectTreeCheckableSettings
Interface
Configures the checkbox behavior of the MultiSelectTree component.
Definition
Package:@progress/kendo-angular-dropdowns
Properties
checkChildren?
boolean
When true, child nodes are checked automatically.
When you enable this property, use it with
loadOnDemandset to 'false' (see example). Otherwise, after expanding a checked node and loading its inner items, the value selected in the widget and the checked items in the drop-down will not be in sync. This scenario is not supported.
checkOnClick?
boolean
Specifies if on clicking the tree node, the item will be checked or unchecked, or if selection will be performed only on checkbox click.