Radio
This component renders a basic radio button which works exactly the same as a usual HTML <input type="radio" />.
Example
<label>
<Radio name="typography" value="font" />
Font
</label>
Labeling
In case the Radio has to be used with a label use another component LabelledRadio
that handles all styles to make it look perfect 👌.
Props
All props as for a regular HTML radio input.