Sha256: 43ae4b8209b45a342fe022a28641ca0fd8dceca2dc80f8aa6fed69c90aef3c42

Contents?: true

Size: 754 Bytes

Versions: 34

Compression:

Stored size: 754 Bytes

Contents

#checkbox.style-guide__subsection

  %h3= link_to_style_guide('components', 'checkbox')

  %p Provide an alternative UI to standalone checkboxes.

  .style-guide__example-block
    .checkbox
      = check_box_tag 'checkbox_1', 'value_1', false, class: 'checkbox__input'
      = label_tag 'checkbox_1', '', class: 'checkbox__label', title: 'Select Row'

#checkbox--indeterminate.style-guide__subsection

  %h3= link_to_style_guide('components', 'checkbox__indeterminate')

  %p shows an alternative indeterminate checkbox UI

  .style-guide__example-block
    .checkbox.checkbox--indeterminate
      = check_box_tag 'checkbox_2', 'value_2', false, class: 'checkbox__input'
      = label_tag 'checkbox_2', '', class: 'checkbox__label', title: 'Select Row'

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-admin-3.4.25 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.24 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.23 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.22 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.21 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.20 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.19 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.18 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.17 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.16 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.15 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.14 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.13 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.12 app/views/workarea/admin/style_guides/components/_checkbox.html.haml