You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This a check box with three states: Checked, Not Checked and Partially Checked:
Checked and Not Checked state can be set by toggling the check box. Partially Checked state can be reached by calling the setCheckBox() method. Parameters for this method are as follows:
NOT_CHECKED = 0
CHECKED = 1
HALF_CHECKED = 2
Check box state can be retrieved by getCheckState() method.