Wijmo UI for the Web
allowTriState Field
wijmo.tree Namespace > WijTreeOptions Interface : allowTriState Field

The allowTriState option allows the tree nodes to exhibit triState behavior. This lets the node checkboxes be checked, unchecked, or indeterminate. This option must be used with the showCheckBoxes option.

Syntax
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: boolean
value = instance.allowTriState;
var allowTriState : boolean;
See Also

Reference

WijTreeOptions Interface