generated from nhcarrigan/template
5 lines
173 B
HTML
5 lines
173 B
HTML
<div>
|
|
<input type="checkbox" id="{{label()}}-input" [required]="required()" [formControl]="control()" />
|
|
<label for="{{label()}}-input">{{ label() }}</label>
|
|
</div>
|