{% assign id = item.checkbox | replace: ' ','-' | downcase %}
{%- 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" -%}