diff --git a/src/lib/checkbox/checkbox.html b/src/lib/checkbox/checkbox.html index 7676f48c69f8..e07b211a679a 100644 --- a/src/lib/checkbox/checkbox.html +++ b/src/lib/checkbox/checkbox.html @@ -1,4 +1,4 @@ - + + + diff --git a/src/lib/radio/radio.html b/src/lib/radio/radio.html index ca84be26b665..234a17282390 100644 --- a/src/lib/radio/radio.html +++ b/src/lib/radio/radio.html @@ -12,17 +12,19 @@ + [id]="inputId" + [checked]="checked" + [disabled]="disabled" + [name]="name" + [attr.aria-label]="ariaLabel" + [attr.aria-labelledby]="ariaLabelledby" + (change)="_onInputChange($event)" + (click)="_onInputClick($event)"> + +