Wijmo UI for the Web
autoCheckNodes Field
wijmo.tree Namespace > WijTreeOptions Interface : autoCheckNodes Field

The autoCheckNodes option allows the sub-nodes to be checked when the parent nodes are checked. To use this option, showCheckboxes must be set to "true."

Syntax
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: boolean
value = instance.autoCheckNodes;
var autoCheckNodes : boolean;
See Also

Reference

WijTreeOptions Interface