Skip to content

Commit d07c3b9

Browse files
committed
fix(checkbox): aria-label added, resolves #2623
Signed-off-by: Santhiya M <[email protected]>
1 parent c98f2ae commit d07c3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/checkbox/checkbox.component.ts

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

0 commit comments

Comments
 (0)