Closed Vadelius closed 7 years ago
Checkboxes in import.component.html
<input id="openingShot" type="checkbox"> <input id="headCdr" type="checkbox"> <input id="waistCdr" type="checkbox">
Boolean properties in import.component.ts; openingShot, headCdr, waistCdr.
exposed: true; openingShot: true; headCd: false; waistCdr: true;
Checkboxes in import.component.html
Boolean properties in import.component.ts; openingShot, headCdr, waistCdr.