Overview | Methods | This Package | All Packages
Sets the checked state of the check box.
Syntax
public void setChecked( boolean fChecked )
Parameters
fChecked
Set to true for a selected box; set to false for a cleared box.
See Also getChecked