Add custom checkbox
This commit is contained in:
parent
b07d1eb871
commit
3d2dbd5527
3 changed files with 35 additions and 8 deletions
|
@ -21,6 +21,7 @@ const Checkbox = ({ name, label, onChange, ...props }) => (
|
|||
}}
|
||||
{...props}
|
||||
/>
|
||||
<span />
|
||||
</label>
|
||||
)}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue