react-hook-form useController with html5 list (select)
react-hook-form is properly set up, i’m using defaultValues
Select all checkboxes in React Hook Form not working
I am trying to created a checkbox, on clicking which select all other checkboxes in react hook form, and on unchecking it will deselect all checkboxes. I also want to add selecting single checkbox feature also.