Sha256: cee36a2c59e4d8e85ad702fc8a847304585ef434171c29449c48714c1f76ee7c

Contents?: true

Size: 689 Bytes

Versions: 2

Compression:

Stored size: 689 Bytes

Contents

%article
  %header
    %h1 Options (radio/checkbox)
    %a{ href: '/styleguide/' } Back to Index
  %hr
  %section.sc-content
    %form
      %input{ type: 'radio', name: 'dummy', id: 'radio1' }
      %label{ for: 'radio1' }
        %i
        Label for Radio 1
      %input{ type: 'radio', name: 'dummy', id: 'radio2' }
      %label{ for: 'radio2' }
        %i
        Label for Radio 2
  %hr.sc-hr-alternate
  %section.sc-content
    %form
      %input{ type: 'checkbox', id: 'checkbox1' }
      %label{ for: 'checkbox1' }
        %i
        Label for Checkbox 1

      %input{ type: 'checkbox', id: 'checkbox2' }
      %label{ for: 'checkbox2' }
        %i
        Label for Checkbox 2

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
partystreusel-2.0.0 styleguide/source/styleguide/options.html.haml
partystreusel-1.2.0 styleguide/source/styleguide/options.html.haml