4 lines
173 B
Handlebars
4 lines
173 B
Handlebars
|
<input type="checkbox" id={{concat 'toggle-button-' guid}} onchange={{action 'change'}} />
|
||
|
<label for={{concat 'toggle-button-' guid}}>
|
||
|
{{yield (action 'click')}}
|
||
|
</label>
|