Checkbox.getState

Checkbox.getState

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean getState()
Returns
the state of this check box, as a boolean value.
Description
Determines whether this check box is in the "on" or "off" state. The boolean value true indicates the "on" state, and false indicates the "off" state.

See Also
setState