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