Sha256: 953b10eb72e3e10e29aa061f865172e8d1641deea69a7b2192fc149d304f2d86
Contents?: true
Size: 601 Bytes
Versions: 23
Compression:
Stored size: 601 Bytes
Contents
{% assign id = item.checkbox | replace: ' ','-' | downcase %} <p class="block form-row checkbox-row"> <span class="checkbox-wrap"> {%- include {{ LoopForm | append : 'input.liquid' }} type="checkbox" id=id name="available" value="yes" class="checkbox-input" -%} {%- include {{ LoopForm | append : 'label.liquid' }} title=item.checkbox for=id small=item.small subtitle=item.subtitle class="checkbox-label" -%} </span> </p>
Version data entries
23 entries across 23 versions & 1 rubygems