var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: boolean value = instance.autoCheckNodes;
var autoCheckNodes : boolean;
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."
var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: boolean value = instance.autoCheckNodes;
var autoCheckNodes : boolean;