Specifiying checked and unchecked value for checkboxes · Issue #643 · heartcombo/simple_form

The Rails form builder allows one to specify the checked and unchecked values for checkboxes. It appears SimpleForm doesn't allow this and defaults to 1 for checked and 0 for unchecked. Is there an...