We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acec2ec commit bac5c65Copy full SHA for bac5c65
lib/matestack/ui/bootstrap/form/checkbox.rb
@@ -42,7 +42,7 @@ def render_options
42
# checked/unchecked checkbox (true/false checkbox)
43
else
44
checkbox_wrapper do
45
- input true_false_checkbox_attributes.merge(type: :hidden, id: nil, value: 0)
+ input true_false_checkbox_attributes.merge(type: :hidden, id: nil)
46
input true_false_checkbox_attributes.merge(type: :checkbox, ":id": item_id(1)).merge(bootstrap_attributes)
47
48
bootstrap_label text: input_label, for_input: item_id(1)
0 commit comments