Radio

Useful for allowing users to select only one option from a set.

Props

Prop
Type
Description
childrenReactNodeThe content to render
appearancedefault | minimal | negative | positiveThe theming to apply
idStringThe id of the radio
nameStringThe name of the radio
valueStringThe value of the radio
descriptionStringA text description of the radio
isCheckedBooleanWhether it is checked or not
onChangeFunctionA function to be called when the value changes

Examples

todo