UNPKG

@engie-group/fluid-design-system-angular

Version:

Fluid Design System Angular

16 lines (15 loc) 359 B
<label [attr.for]="inputId"> <input type="radio" [value]="value" [required]="required" [checked]="isChecked" [disabled]="isDisabled" [attr.id]="inputId" [attr.name]="name" [attr.aria-label]="ariaLabel" [attr.aria-labelledby]="ariaLabelledby" (change)="onInputChange($event)" /> <ng-content></ng-content> </label>