Retrieves a value that indicates whether a check box is checked, unchecked, or indeterminate.
public final int getCheckState()
Returns a value that indicates the current state of the check box. Possible return values are constants defined in the CheckState class. This method can return the CheckState.INDETERMINATE value only if the threeState property of the check box is set to true.
See Also setCheckState