discourse/app/assets/javascripts/admin/addon/components/site-settings/bool.hbs

6 lines
214 B
Handlebars

<label class="checkbox-label">
<Input @type="checkbox" @checked={{this.enabled}} />
<span>{{html-safe this.setting.description}}</span>
</label>
<SettingValidationMessage @message={{this.validationMessage}} />