mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 03:17:25 +08:00
11 lines
218 B
Twig
Executable File
11 lines
218 B
Twig
Executable File
<label for="{{ id }}">
|
|
<input
|
|
type="checkbox"
|
|
{{ value ? 'checked="true"' : '' }}
|
|
id="{{ id }}"
|
|
name="{{ id }}"
|
|
{{ disabled ? 'disabled=disabled' : '' }}
|
|
value="true"
|
|
> {{ label }}
|
|
</label>
|