ArcaneRadioGroup#
Live preview for component 'radio-group' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ArcaneRadioGroup(
value: 'starter',
options: const [
RadioOption(value: 'starter', label: 'Starter'),
RadioOption(value: 'pro', label: 'Pro'),
],
onChanged: (String value) {},
)
Live preview for component 'radio-group' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.