Wijmo UI for the Web
showCheckBoxes Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijtree("option", "showCheckBoxes");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijtree("option", "showCheckBoxes", newValue);
        
});
var showCheckBoxes : boolean;
See Also

Reference

options type
wijtree jQuery Widget