devilbox/.devilbox/www/htdocs/vendor/phpmyadmin-4.8.4/templates/checkbox.twig
2018-12-16 15:31:03 +01:00

7 lines
369 B
Twig

<input type="checkbox" name="{{ html_field_name }}"
{%- if html_field_id is defined %} id="{{ html_field_id }}"{% endif -%}
{%- if checked is defined and checked %} checked="checked"{% endif -%}
{%- if onclick is defined and onclick %} class="autosubmit"{% endif %} /><label
{%- if html_field_id is defined %} for="{{ html_field_id }}"
{%- endif %}>{{ label }}</label>