Skip to content

Commit 51079dc

Browse files
authored
Merge pull request #2643 from Akshat55/m-t-n
Merge branch 'master' into next
2 parents 1eea863 + 022001e commit 51079dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Angular version support matrix:
6666
| 12 ||||
6767
| 13 ||||
6868
| 14 ||||
69+
| 15 ||||
70+
| 16 ||||
6971

7072
Carbon Components Angular version support matrix:
7173
| Carbon Components Angular version | Community support | Active support |

src/checkbox/checkbox.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ export class Checkbox implements ControlValueAccessor, AfterViewInit {
9999
* Sets the value attribute on the `input` element.
100100
*/
101101
@Input() value: CheckboxValue;
102-
// tslint:disable-next-line:no-input-rename
103-
@Input() ariaLabel = "";
104-
// tslint:disable-next-line:no-input-rename
102+
@Input() ariaLabel: string;
105103
@Input() ariaLabelledby: string;
106104

107105
/**

0 commit comments

Comments
 (0)