2020-03-23 08:29:48 +01:00
|
|
|
<td>
|
|
|
|
<label class="checkbox">
|
2020-03-12 17:40:38 +01:00
|
|
|
<input type="checkbox" name="{{setting_name}}" id="{{prefix}}{{setting_name}}"
|
2021-11-20 11:51:35 +01:00
|
|
|
{{#if (or is_muted is_disabled)}} disabled {{/if}}
|
2021-08-09 13:26:49 +02:00
|
|
|
{{#if is_checked}}checked="checked"{{/if}} data-setting-widget-type="boolean"
|
2021-09-28 09:09:52 +02:00
|
|
|
class="{{setting_name}}{{#unless is_disabled}} prop-element{{/unless}}"/>
|
2020-03-23 08:29:48 +01:00
|
|
|
<span></span>
|
|
|
|
</label>
|
|
|
|
</td>
|