2020-01-22 12:08:29 +00:00
|
|
|
<input type="checkbox" checked={{if checked 'checked' undefined}} id={{concat 'toggle-button-' guid}} onchange={{action 'change'}} />
|
2019-12-17 18:47:37 +00:00
|
|
|
<label for={{concat 'toggle-button-' guid}}>
|
|
|
|
{{yield (action 'click')}}
|
|
|
|
</label>
|