Table of Contents
getCheckState Method 

Returns the current check state.

Syntax
JavaScript
 TreeNode.getCheckState()
Remarks

This function returns one of the following values:

  • 0 - Unchecked;
  • 1 - Checked;
  • 2 - Indeterminate;

See Also