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.45 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.44 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.43 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.42 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.41 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.40 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.39 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.38 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.37 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.36 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.35 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.34 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.33 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.32 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.31 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.30 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.29 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.28 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.27 app/views/workarea/admin/style_guides/components/_checkbox.html.haml
workarea-admin-3.4.26 app/views/workarea/admin/style_guides/components/_checkbox.html.haml