mjbellantoni / formtastic-bootstrap

Formtastic form builder to generate Twitter Bootstrap-friendly markup.
MIT License
443 stars 218 forks source link

Checkbox for boolean values does not include hidden field #90

Closed glampr closed 10 years ago

glampr commented 10 years ago

The automatic hidden field that Rails usually includes when it renders a checkbox, so that when the checkbox gets unchecked it would sumbit the zero value is not rendered.

sodabrew commented 10 years ago

Resolved by #91.