LabelledIconRadio
Renders a radio input like control within the icon and label.
<LabelledIconRadioGroup>
<LabelledIconRadio
name="howAreYou"
icon={<Check1Icon />}
label="I'm good"
value="good"
/>
<LabelledIconRadio
name="howAreYou"
icon={<CloseIcon />}
label="Could be better"
value="bad"
/>
</LabelledIconRadioGroup>
Props
| Props | Type | Required | Values | Default |
|---|---|---|---|---|
label | ReactNode | ✅ | - | - |
icon | ReactNode | ✅ | - | - |
| All other regular HTML radio input props... |