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.getChecked
Retrieves a boolean value that indicates whether the radio button is turned on or off.
Syntax
public final boolean getChecked()
Return Value
Returns true if the radio button is turned on; returns false if the radio button is turned off.
See Also setChecked