argos/dmp-frontend/src/app/form/fields/checkbox/field-checkbox.html

1 line
142 B
HTML

<input [formControlName]="field.key" [(ngModel)]="field.value" [id]="field.key" [type]="field.type" (change)="field.value = ckb.checked" #ckb>