244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
10 lines
210 B
Handlebars
10 lines
210 B
Handlebars
<input
|
|
data-test-input
|
|
type="checkbox"
|
|
checked={{this.isActive}}
|
|
disabled={{this.isDisabled}}
|
|
class="input"
|
|
onchange={{action this.onToggle}} />
|
|
<span data-test-toggler class="toggler" />
|
|
{{yield}}
|