FormCheckbox and FormRadio don't check
riancz opened this issue · 0 comments
riancz commented
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?