Open rclai opened 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.
checkbox
boolean
I was pulling my hair why this wasn't working properly:
and then I found out that you named the
checkbox
input type asboolean
.