zulip/static/templates/settings/notification_settings_checkboxes.hbs
Pragati Agrawal fd9b868635 org settings: Use standard "types" in .get_input_element_value().
The reason is to make the hardcoded property type values consistent with
`typeof` operator.
2020-05-08 14:04:21 -07:00

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>