jquense / react-formal

Sophisticated HTML form management for React
http://jquense.github.io/react-formal
MIT License
527 stars 52 forks source link

Add checkbox as boolean alias input type #104

Open rclai opened 7 years ago

rclai commented 7 years ago

I was pulling my hair why this wasn't working properly:

<Form.Input type="checkbox" />

and then I found out that you named the checkbox input type as boolean.