Sha256: cf8571fcf380dde479f40387a2c55cb5950d716385993af1fbb341f3b113b685

Contents?: true

Size: 243 Bytes

Versions: 79

Compression:

Stored size: 243 Bytes

Contents

= form_tag do

  - checked = true
  = label_tag 'checked_name', 'Checked'
  = check_box_tag 'checked_name', 'value', checked

  - checked = false
  = label_tag 'unchecked_name', 'Unchecked'
  = check_box_tag 'unchecked_name', 'value', checked

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
spreewald-2.99.3 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.99.2 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.99.1 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.99.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.9.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.8.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.7.1 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.7.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.6.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.5.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.4.2 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.4.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.3.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.2.4 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.2.3 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.2.2 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.2.1 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.2.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.1.3 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-2.1.2 tests/shared/app/views/forms/checkbox_form.html.haml