Widget radio
A radio widget.
When pressed, a radio widget's value changes to
true
, and the values of other radio widgets in the same group
change to false
.
Changing the value of a radio button causes it to change its appearance to indicate its value. The standard themes use the icon attribute for this purpose. If a custom icon is provided when using the standard themes, the widget's value should be indicated in some other way.
Special Attributes
group | Widget group. |