I am trying to binding dynamic checkboxes on FormArray, when I reproduce on stackblitz its work, but show me error on my IDE, and I am us
checkboxes
FormArray
IDE
From the JSON you posted, looks like this.receivedSummons is not an array, .map works over an array, change your code as
this.receivedSummons
this.receivedSummons.data.items.map(checkbox =