diff --git a/hobo/taglibs/rapid_forms.dryml b/hobo/taglibs/rapid_forms.dryml index 29415fc..818e416 100644 --- a/hobo/taglibs/rapid_forms.dryml +++ b/hobo/taglibs/rapid_forms.dryml @@ -319,7 +319,7 @@ edit collections a `Category` model in your application: <%= unless attributes[:disabled] cb_tag = check_box_tag(name, '1', this, attributes) - cb_hidden_tag = hidden_field_tag(name, '0') + cb_hidden_tag = hidden_field_tag(name, '') HoboSupport::RAILS_AT_LEAST_23 ? cb_hidden_tag + cb_tag : cb_tag + cb_hidden_tag end %> @@ -848,7 +848,7 @@ Use the `uri` option to specify a redirect location: end -%>