<radio>
Radio buttons let users choose a single option from a bunch of options.
Example
xml
<radio value="value" selected="value" on-select="value">Hello, world!</radio>The text content of this element is used as the displayed string.
Attributes
| Attribute | Type | Required |
|---|---|---|
value | string | Yes |
selected | string | Yes |
on-select | string | Yes |
size | float | No |
width | Length | No |
spacing | float | No |
text-size | float | No |
text-line-height | LineHeight | No |
text-shaping | Shaping | No |
text-wrapping | Wrapping | No |
font | string | No |
style | string | No |