Data Input

RadioListItem

Definition

Defines one option inside a RadioList.

Usage

Use RadioListItem only as a direct child of RadioList.

Attributes

  • value required. Submitted option value.
  • label or i18n required. Visible option text.
  • description. Optional supporting text.
  • isDisabled. Disables this option.

Example

xml
<RadioListItem value="team" label="Team" description="Shared workspace" />