Skip to content

Commit

Permalink
chore(addon/components/paper-checkbox): alphabetise attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Nov 14, 2024
1 parent ce01f39 commit 188a5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/paper-checkbox.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
{{if @primary " md-primary"}}
{{if this.focused " md-focused"}}
{{@class}}'
aria-label={{@ariaLabel}}
aria-checked={{this.ariaChecked}}
aria-label={{@ariaLabel}}
aria-labelledby={{this.labelId}}
role='checkbox'
disabled={{this.disabled}}
role='checkbox'
tabindex={{if this.disabled '-1' '0'}}
{{did-insert this.didInsertNode}}
{{will-destroy this.willDestroyNode}}
Expand Down

0 comments on commit 188a5f5

Please sign in to comment.