mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
The reason is to make the hardcoded property type values consistent with `typeof` operator.
9 lines
308 B
Handlebars
9 lines
308 B
Handlebars
<td>
|
|
<label class="checkbox">
|
|
<input type="checkbox" name="{{setting_name}}" id="{{prefix}}{{setting_name}}"
|
|
{{#if is_disabled}}disabled="disabled"{{/if}}
|
|
{{#if is_checked}}checked="checked"{{/if}} data-setting-widget-type="boolean"/>
|
|
<span></span>
|
|
</label>
|
|
</td>
|