Hi,
I have several checkboxes in my reactive form. Each checkbox has a value argument. When I check the box, not the given value (here "testwert") goes to my form, but the boolean TRUE. When I uncheck the box, the value in my form is the boolean FALSE. Initially the form value is an empty string.
<ejs-checkbox formControlName="test" value="testwert" label="test"></ejs-checkbox>
Am I doing anything wrong here?
Thank you.
Michael