mirror of https://github.com/zulip/zulip.git
9 lines
295 B
Handlebars
9 lines
295 B
Handlebars
|
<td>
|
||
|
<label class="checkbox">
|
||
|
<input type="checkbox" name="{{setting_name}}" id="{{setting_name}}"
|
||
|
{{#if is_disabled}}disabled="disabled"{{/if}}
|
||
|
{{#if is_checked}}checked="checked"{{/if}} data-setting-widget-type="bool"/>
|
||
|
<span></span>
|
||
|
</label>
|
||
|
</td>
|