how could you achieve in Angular 4 that when you register in a checkbox save an \"A\" or \"B\" value. As much as I try, he is only sending me true or false, I hope someone c
I am guessing that this is what something you are trying to achieve.
A B click(ev){ console.log(ev.target.defaultValue); }