Sets a boolean value that indicates whether the radio button is turned on.
public final void setChecked( boolean value )
value
Set to true to turn the radio button on; set to false to turn the radio button off. The default value is false.
See Also getChecked