Ghost-Admin/app/components/gh-feature-flag.hbs

4 lines
225 B
Handlebars

<input type="checkbox" checked={{this.value}} disabled={{this.disabled}} id={{this.for}} name={{this.name}} onclick={{action (mut this.value) value="target.checked"}}>
<span class="input-toggle-component"></span>
{{{yield}}}