'Load edit form Checkboxes with data from API - Angular Reactive Form

I am trying to fill checkbox with values from an API when a form is in edit mode.
when I hard code the values of checkbox it is working stackblitz working, but when I load the data from the service through http request, I got the following error in console. also i attached the new stackblitz that has the error enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source