DesignRevision / shards-react

⚛️A beautiful and modern React design system.
https://designrevision.com/downloads/shards-react/
MIT License
759 stars 98 forks source link

FormCheckbox and FormRadio don't check #38

Open riancz opened 4 years ago

riancz commented 4 years ago

Hi guys, the FormCheckbox and FormRadio doesn't work when "onChange" and "checked" are not provided. I found out that one of the label is missing htmlFor={id} which would fix this problem.

PS: The FormCheckbox and FormRadio doesn't integrate well with react-hook-form. Any idea what's the problem?