Overview | Methods | This Package | All Packages
Sets a boolean value that indicates whether the radio button is turned on.
Syntax
public final void setChecked( boolean value )
Parameters
value
Set to true to turn the radio button on; set to false to turn the the radio button off. The default value is false.
See Also getChecked