I got at this moment only 2 checkboxes, what I want to achieve? If you check checkbox for example - value 2 ( but you previously checked value 1 ) I want to uncheck value1 and select only value2. And if you want to select again value1 then uncheck value2.
I prepared stackblitz for my issue https://stackblitz.com/edit/angular-pr9rf3?file=src/app/app.component.ts
I want to allow select only one checkbox then disable second but I want also to uncheck this so I can again select checkbox.