React hook form read most up to date input value

Viewed 192

I have a form made using react hook form. It's a simple checkbox. enter image description here

Everytime this value is checked or unchecked (onchange) I want to read out the value. Is there a possibility with react-hook-form to do this?

1 Answers
Related