markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 101 forks source link

Integration with react-hook-form #116

Open pauxiel opened 2 years ago

pauxiel commented 2 years ago

I want to create a switch, that when checked gives a value and when unchecked gives another new value. And whichever the value. I want to use react-hook-form to register it. Is it possible?