Checkbox
This component renders a basic checkbox button which works exactly the same as a usual HTML <input type="checkbox" />.
Example
<label>
<Checkbox name="good" value="yes" /> I'm good 👌
</label>
Labeling
In case the Checkbox has to be used with a label use another component LabelledCheckbox
that handles all styles to make it look perfect 👌.
Props
All props as for a regular HTML checkbox input.