Relative Content

Tag Archive for reactjsreact-hooksreact-hook-form

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.