Skip to content

Commit ff1fbfb

Browse files
committed
fix(checkbox): aria-label not valid for element label, resolves #2623
Signed-off-by: Santhiya M27 <[email protected]>
1 parent c8547e3 commit ff1fbfb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/checkbox/checkbox.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export class CheckboxChange {
6464
(click)="onClick($event)">
6565
<label
6666
[for]="id + '_input'"
67-
[attr.aria-label]="ariaLabel"
6867
class="bx--checkbox-label"
6968
[ngClass]="{
7069
'bx--skeleton' : skeleton

0 commit comments

Comments
 (0)