We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce01f39 commit 188a5f5Copy full SHA for 188a5f5
addon/components/paper-checkbox.hbs
@@ -7,11 +7,11 @@
7
{{if @primary " md-primary"}}
8
{{if this.focused " md-focused"}}
9
{{@class}}'
10
- aria-label={{@ariaLabel}}
11
aria-checked={{this.ariaChecked}}
+ aria-label={{@ariaLabel}}
12
aria-labelledby={{this.labelId}}
13
- role='checkbox'
14
disabled={{this.disabled}}
+ role='checkbox'
15
tabindex={{if this.disabled '-1' '0'}}
16
{{did-insert this.didInsertNode}}
17
{{will-destroy this.willDestroyNode}}
0 commit comments