Add custom checkbox

This commit is contained in:
Ken-Håvard Lieng 2018-06-10 21:25:58 +02:00
parent b07d1eb871
commit 3d2dbd5527
3 changed files with 35 additions and 8 deletions

View file

@ -21,6 +21,7 @@ const Checkbox = ({ name, label, onChange, ...props }) => (
}}
{...props}
/>
<span />
</label>
)}
/>