jQuery.wijmo.wijtree Namespace > options type : showCheckBoxes Field |
Default value: false
The showCheckBoxes option allows the node Check Box to be shown on the tree nodes.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtree.options.showCheckBoxes; |
Javascript (Specification) | |
---|---|
var showCheckBoxes : boolean; |