Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
RadioButton.setChecked
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