Wijmo UI for the Web
checked Field
wijmo.tree Namespace > WijTreeNodeOptions Interface : checked Field

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.

Syntax
var instance; // Type: wijmo.tree.WijTreeNodeOptions;
var value; // Type: boolean
value = instance.checked;
var checked : boolean;
See Also

Reference

WijTreeNodeOptions Interface