wijmo.tree.wijtree Namespace > options type : showCheckBoxes Option |
Default value: false
The showCheckBoxes option allows the node Check Box to be shown on the tree nodes.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtree("option", "showCheckBoxes"); // Set value var newValue; // Type: boolean $(".selector").wijtree("option", "showCheckBoxes", newValue); }); |
Javascript (Specification) | |
---|---|
var showCheckBoxes : boolean; |