MantineRadio#
@palmyralabs/rt-forms-mantine · form/MantineRadio.tsx
Overview#
Single radio button. For grouped radios, use MantineRadioGroup.
Props — IRadioDefinition & RadioProps#
Common field props plus Mantine RadioProps (value, color, size, …).
Example#
<MantineRadio
attribute="delivery"
label="Standard shipping"
value="STANDARD"
/>