Description
Specifies whether the radio button control is selected.
Declaration
TestObj.wChecked
Read-Only Property | Boolean |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following objects:
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Property Value
True, if the radio button is currently selected. Otherwise - False.
Example
To view an example that demonstrates how to use the wChecked
property to check the control’s state in Android and iOS applications, see Determining a Radio Button's State (Android) and Determining a Segment's State (iOS).
See Also
Testing Android Applications
Testing iOS Applications
Android RadioButton Support
iOS Segment Support
Determining a Radio Button's State
Determining a Segment's State
TouchButton Action (Mobile Controls)