Skip to content

Commit c98f2ae

Browse files
committed
Merge branch 'checkbox-ariaLabel' of github.com:sant-santhiya/carbon-components-angular into checkbox-ariaLabel
2 parents 8dbd8b4 + 986e7a1 commit c98f2ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)