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

Determines the node's checkState. It can be set to "checked", "unchecked", or "indeterminate".

Syntax
var instance; // Type: wijmo.tree.WijTreeNodeOptions;
var value; // Type: string
value = instance.checkState;
var checkState : string;
See Also

Reference

WijTreeNodeOptions Interface