Skip to content

Commit 188a5f5

Browse files
chore(addon/components/paper-checkbox): alphabetise attributes.
1 parent ce01f39 commit 188a5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/components/paper-checkbox.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
{{if @primary " md-primary"}}
88
{{if this.focused " md-focused"}}
99
{{@class}}'
10-
aria-label={{@ariaLabel}}
1110
aria-checked={{this.ariaChecked}}
11+
aria-label={{@ariaLabel}}
1212
aria-labelledby={{this.labelId}}
13-
role='checkbox'
1413
disabled={{this.disabled}}
14+
role='checkbox'
1515
tabindex={{if this.disabled '-1' '0'}}
1616
{{did-insert this.didInsertNode}}
1717
{{will-destroy this.willDestroyNode}}

0 commit comments

Comments
 (0)