argos/dmp-frontend/src/app/shared/componentsAdmin/checkbox/checkbox-component.html

12 lines
318 B
HTML

<h5 style="font-weight: bold">Checkbox Description</h5>
<div [formGroup]="form">
<div formGroupName="data" fxLayout="row">
<div fxFlex>
<mat-form-field class="full-width">
<input matInput type="string" placeholder="CheckBox Placeholder" formControlName="label">
</mat-form-field>
</div>
</div>
</div>