| | |
| A unique identifier for the input.
| |
| ({|
event: SyntheticInputEvent<HTMLInputElement>,
checked: boolean,
|}) => void
| |
| Callback triggered when the user interacts with the input.
| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| An optional Image component can be supplied to add an image to each radio button. Spacing is already accounted for — simply specify the width and height. See the images example for more details.
| |
| | |
| The displayed label for the input.
| |
| | |
| The name given for all radio buttons in a single group.
| |
| | |
| Ref forwarded to the underlying input element. See ref example for more details.
| |
| | |
| | |
| | |
| Optional description for the input, used to provide more detail about an option. See the subtext example for more details.
| |