Vadelius / swlsimNET

Combat-Simulator for Secret World Legends
Other
10 stars 7 forks source link

Bind checkboxes to true/false #54

Closed Vadelius closed 7 years ago

Vadelius commented 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.

Vadelius commented 7 years ago
exposed: true;
openingShot: true;
headCd: false;
waistCdr: true;