<p><label class="label--checkbox" for="name"><input id="name" type="checkbox" name="name" value="checkbox" />Checkbox</label>
</p>
{% if standAlone %}<p{% if modifiers %} class="{% for modifier in modifiers %} input-group--{{ modifier }}{% endfor %}"{% endif %}>{% endif %}
<label class="label--checkbox" for="{{ name | slugify }}"><input id="{{ name | slugify }}" type="checkbox" name="{{ name }}" value="{{ value }}"{% if checked %} checked{% endif %}{% if disabled %} disabled{% endif %} />{{ label }}</label>
{% if standAlone %}</p>{% endif %}
{
  "label": "Checkbox",
  "value": "checkbox",
  "name": "name",
  "checked": false,
  "disabled": false,
  "standAlone": true,
  "className": false
}

There are no notes for this item.