Thanks Peter,
your code is working
However would it be possible to add a new property in Person like:
this.checked = ko.observable(true);
and then use it to get the value of the corresponding checkbox?
I’ve tried it but when I try to retrieve the value it is always false…