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

Add 'name' to the nested checkbox #36

Closed xiao-hu closed 5 years ago

xiao-hu commented 5 years ago

Please add a name to the nested checkbox so that it can be used in a the form like a checkbox.

markusenglund commented 5 years ago

Fixed in #37. Thanks @xiao-hu