var instance; // Type: wijmo.tree.WijTreeNodeOptions; var value; // Type: boolean value = instance.checked;
var checked : boolean;
The checked option checks the tree node checkbox when it is set to true. It will uncheck the tree node checkbox when set to false.
var instance; // Type: wijmo.tree.WijTreeNodeOptions; var value; // Type: boolean value = instance.checked;
var checked : boolean;