The input element of type radio is used add a radio button to the current page.
Syntax:
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
input | type | radio | |
x1 | integer | Default is 0. | |
y1 | integer | Default is 0. | |
width | integer | Default is 12. | |
height | integer | Default is 12. | |
value | string |
Example
<input type="radio-group" name="RADIO1" length="10">
<input type="radio" value="RAD1" x1="120" y1="540"/>
<input type="radio" value="RAD2" x1="140" y1="540" selected="true"/>
<input type="radio" value="RAD3" x1="160" y1="540"/>
</input>