devilbox/.devilbox/www/htdocs/vendor/phpmyadmin-5.0.4/templates/checkbox.twig

7 lines
367 B
Twig
Raw Normal View History

2019-12-28 20:02:28 +00:00
<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>