Translated using Weblate (French)
[phpmyadmin.git] / templates / checkbox.twig
blob2b29f7ecfe5b85dab1f0ce5a0117816b554ba597
1 <input type="checkbox" name="{{ html_field_name }}"
2 {%- if html_field_id is defined %} id="{{ html_field_id }}"{% endif -%}
3 {%- if checked is defined and checked %} checked="checked"{% endif -%}
4 {%- if onclick is defined and onclick %} class="autosubmit"{% endif %}><label
5 {%- if html_field_id is defined %} for="{{ html_field_id }}"
6 {%- endif %}>{{ label }}</label>