Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<div class="form-group {% if field.errors %}has-error{% endif %}">
  <div class="checkbox">
    <label>
      <input type="checkbox" name="{{ field.name }}" value="true" {% if field.value %}checked{% endif %}>
      {% if field.label %}{{ field.label }}{% endif %}
    </label>
  </div>
</div>