Data Input
RadioListItem
Definition
Defines one option inside a RadioList.
Usage
Use RadioListItem only as a direct child of RadioList.
Attributes
valuerequired. Submitted option value.label or i18nrequired. Visible option text.description. Optional supporting text.isDisabled. Disables this option.
Example
xml<RadioListItem value="team" label="Team" description="Shared workspace" />