Class HtmlRadioButton
This widget corresponds to a radio button in a form. It supports
the following attributes:
- name -
String representing the name that is associated with the component.
- selected -
Boolean value signaling if the radio button is selected or not.
- value -
String that representing the value associated with the radio button.
- onClick -
The Javascript code executed when the radio button is selected.
constructor
HtmlRadioButton constructor
Initializes the object.
-
Report a bug or request new features
© 2013