Sha256: 1936cd4e60e847869f55bc49fac7d501eb83f26a640a6573c0c5adf56edf268b

Contents?: true

Size: 378 Bytes

Versions: 25

Compression:

Stored size: 378 Bytes

Contents

= form_tag do

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

  = label_tag 'checked_disabled_name', 'Checked disabled'
  = check_box_tag 'checked_disabled_name', 'value', checked, disabled: true

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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
spreewald-4.6.3 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.6.2 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.6.1 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.6.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.5.1 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.5.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.4.4 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.4.3 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.4.2 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.4.1 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.4.0 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.3.6 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.3.5 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.3.4 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.3.3 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.3.2 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.2.3 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.2.2 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.1.2 tests/shared/app/views/forms/checkbox_form.html.haml
spreewald-4.1.1 tests/shared/app/views/forms/checkbox_form.html.haml