jQuery.wijmo.wijtree Namespace > options type : autoCheckNodes Field |
Default value: true
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."
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtree.options.autoCheckNodes; |
Javascript (Specification) | |
---|---|
var autoCheckNodes : boolean; |