I show checkboxes on the page.
When I click over it it is changed to true/false. If true the cehckbox should be checked.
Problem is when I click first checkbox it works, when click the second I get wrong completed: false in object {id: 2, content: "CSS", completed: false}, despite checkbox is checked:
Code is by link to stackblitz