Html – Angular 9 – Checkbox value updates inside component but does not get checked in the UI
After upgrading my project from Angular 8 to 9 I've encountered some problems in the UI. The one that I seem not to figure out is the fact that checkboxes are not getting 'checked' when their value is true. Here's…