Sha256: cc0242b3240bb43e883220e2121781391840138a60a17b5541b813221a4e7e14

Contents?: true

Size: 824 Bytes

Versions: 50

Compression:

Stored size: 824 Bytes

Contents

{%- assign name = include.field[0] -%}
{%- assign id = include.field[1].id | default: name -%}
{%- assign label = include.field[1].label[site.locale] -%}
{%- assign help = include.field[1].help[site.locale] -%}
{%- assign autocomplete = include.field[1].autocomplete -%}

<div class="form-check text-left">
  <input
    {% if help %}
      aria-describedby="help-{{ id }}"
    {% endif %}
    {% if include.field[1].required %}
      required
    {% endif %}
    type="checkbox"
    name="{{ name }}"
    id="{{ id }}"
    {% if autocomplete %}
      autocomplete="{{ autocomplete }}"
    {% endif %}
    class="form-check-input" />

  <label class="form-check-label" for="{{ id }}">{{ label }}</label>

  {%- if help -%}
    <small id="help-{{ id }}" class="form-text">
      {{ help }}
    </small>
  {%- endif -%}
</div>

Version data entries

50 entries across 50 versions & 8 rubygems

Version Path
empresa-recuperada-jekyll-theme-0.2.6 _includes/boolean.html
empresa-recuperada-jekyll-theme-0.2.5 _includes/boolean.html
empresa-recuperada-jekyll-theme-0.2.4 _includes/boolean.html
empresa-recuperada-jekyll-theme-0.2.3 _includes/boolean.html
empresa-recuperada-jekyll-theme-0.2.2 _includes/boolean.html
empresa-recuperada-jekyll-theme-0.2.1 _includes/boolean.html
empresa-recuperada-jekyll-theme-0.2.0 _includes/boolean.html
sutty-donaciones-jekyll-theme-0.3.0rc0 _includes/boolean.html
editorial-autogestiva-jekyll-theme-0.5.0rc0 _includes/boolean.html
radios-comunitarias-jekyll-theme-0.3.0rc0 _includes/boolean.html
observatorio-jekyll-theme-0.1.7 _includes/boolean.html
recursero-jekyll-theme-0.3.0 _includes/boolean.html
editorial-autogestiva-jekyll-theme-0.4.2 _includes/boolean.html
sutty-donaciones-jekyll-theme-0.2.0 _includes/boolean.html
radios-comunitarias-jekyll-theme-0.2.0 _includes/boolean.html
editorial-autogestiva-jekyll-theme-0.4.1 _includes/boolean.html
editorial-autogestiva-jekyll-theme-0.4.0 _includes/boolean.html
radios-comunitarias-jekyll-theme-0.1.6 _includes/boolean.html
editorial-autogestiva-jekyll-theme-0.3.5 _includes/boolean.html
sutty-donaciones-jekyll-theme-0.1.3 _includes/boolean.html