Share via


Checkbox.setState

Class Overview | Class Members | This Package | All Packages

Syntax

public void setState( boolean state )

Parameters
  • state
    the boolean state of the check box.
Description

Sets the state of this check box to the specified state. The boolean value true indicates the "on" state, and false indicates the "off" state.

See Also

getState