DojoMobileRadioButton
The DojoMobileRadioButton widget maintains a checked boolean attribute. The attribute value is true when you click the button. However, unlike the CheckBox, the attribute value is false only when you click a different RadioButton within the same group. Unlike the DojoRadioGroup widget, the mobile widget does not work as a group. You have to specify a group property.
Note:
To import the selected sample, you must install
and use the local help.
Properties
- checked
- A Boolean value that returns the current state of the widget.
- group
- Defines the group that the widget belongs to. You can select only one radio button within a group.
Events
- onChange
- Specifies an event that occurs when the value of the text box is changed.