|
|
|
@ -79,7 +79,7 @@ |
|
|
|
<ng-container class="form-check form-check-inline" *ngFor="let value of field.properties['allowedValues']"> |
|
|
|
<input class="form-check-input" type="radio" value="{{value}}" [formControl]="selectedFormControl" /> |
|
|
|
<label class="form-check-label"> |
|
|
|
{{value}} |
|
|
|
{{value}} |
|
|
|
</label> |
|
|
|
</ng-container> |
|
|
|
</ng-container> |
|
|
|
@ -91,9 +91,7 @@ |
|
|
|
<sqx-toggle [formControl]="selectedFormControl"></sqx-toggle> |
|
|
|
</ng-container> |
|
|
|
<ng-container *ngSwitchCase="'Checkbox'"> |
|
|
|
<ng-container class="form-check form-check-inline"> |
|
|
|
<input class="form-check-input" type="checkbox" [formControl]="selectedFormControl" sqxIndeterminateValue /> |
|
|
|
</ng-container> |
|
|
|
<input type="checkbox" [formControl]="selectedFormControl" sqxIndeterminateValue /> |
|
|
|
</ng-container> |
|
|
|
</ng-container> |
|
|
|
</ng-container> |
|
|
|
|