Files
web.ems/phpMyAdmin/templates/checkbox.twig
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

7 lines
369 B
Twig
Executable File

<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>