2019-06-25 02:54:18 +02:00
|
|
|
{{#unless (eq render_only false)}}
|
2020-03-23 08:29:48 +01:00
|
|
|
<div class="input-group {{#if is_nested}}disableable{{/if}}">
|
2018-03-23 19:52:46 +01:00
|
|
|
<label class="checkbox">
|
2020-05-07 11:20:22 +02:00
|
|
|
<input type="checkbox" class="inline-block setting-widget prop-element" name="{{setting_name}}" data-setting-widget-type="boolean"
|
2020-03-23 08:29:48 +01:00
|
|
|
id="{{prefix}}{{setting_name}}" {{#if is_checked}}checked="checked"{{/if}} />
|
2018-03-23 19:52:46 +01:00
|
|
|
<span></span>
|
|
|
|
</label>
|
2021-07-01 20:42:56 +02:00
|
|
|
<label for="{{prefix}}{{setting_name}}" class="inline" id="{{prefix}}{{setting_name}}_label">
|
2021-04-13 06:02:45 +02:00
|
|
|
{{label}}
|
2020-04-02 20:42:37 +02:00
|
|
|
{{#if help_link}}
|
2020-05-15 20:43:31 +02:00
|
|
|
{{> ../help_link_widget link=help_link }}
|
2020-04-02 21:40:28 +02:00
|
|
|
{{/if}}
|
2018-03-23 19:52:46 +01:00
|
|
|
</label>
|
|
|
|
</div>
|
2019-06-25 02:54:18 +02:00
|
|
|
{{/unless}}
|