<div class="input-toggle">
<input type="checkbox" id="toggle_input" name="text-input" checked="checked">
<label for="toggle_input">Toggle element (True or False)</label>
</div>
<div class="input-toggle">
<input type="checkbox"
id="{{ id }}"
name="{{ name }}"
{{ attr }}
>
<label for="{{ id }}">{{ label }}</label>
</div>
{
"label": "Toggle element (True or False)",
"template": "toggle-element",
"name": "text-input",
"id": "toggle_input",
"attr": "checked=\"checked\""
}
There are no notes for this item.