jonjamz / blaze-forms

Dead easy reactive forms with validation (Meteor).
https://atmospherejs.com/templates/forms
MIT License
113 stars 11 forks source link

Doesn't work input type checkbox #77

Closed johngonzalez closed 9 years ago

johngonzalez commented 9 years ago

Hello, Considering this:

  1. In a template element inside form block I put this code:
  2. The field is Boolean.

But the validation say me that is necessary a Boolean value. How should I get this?

jonjamz commented 9 years ago

Please see #74.

johngonzalez commented 9 years ago

Thanks for quick answer