ReadonlyariaAccessible label for the radio group.
ReadonlydisabledWhether the entire group is disabled.
ReadonlynameThe name attribute shared by all radio buttons in this group.
ReadonlyoptionsData-driven options. When provided, radio buttons are rendered
automatically. Use this instead of projecting <ui-radio-button>
children when options come from data (e.g. form schemas).
ReadonlyvalueThe currently selected value. Supports two-way binding.
ReadonlyvalueEmitted when the selected value changes.
A radio group container that manages a single-selection model across its projected
<ui-radio-button>children.Example