2018-03-23 19:52:46 +01:00
|
|
|
<div class="input-group">
|
|
|
|
<label class="checkbox">
|
|
|
|
<input type="checkbox" class="inline-block" name="{{setting_name}}"
|
2018-04-01 11:14:24 +02:00
|
|
|
id="{{prefix}}{{setting_name}}"
|
2018-03-23 19:52:46 +01:00
|
|
|
{{#if is_checked}}
|
|
|
|
checked="checked"
|
|
|
|
{{/if}} />
|
|
|
|
<span></span>
|
|
|
|
</label>
|
2018-04-01 11:14:24 +02:00
|
|
|
<label for="{{prefix}}{{setting_name}}" class="inline-block" id="{{prefix}}{{setting_name}}_label">
|
|
|
|
{{label}}
|
2018-03-23 19:52:46 +01:00
|
|
|
</label>
|
|
|
|
{{{end_content}}}
|
|
|
|
</div>
|