this.array = this.array.map(function (el) {
var o = Object.assign({}, el);
o.disableCheckbox = null;
o.isChecked = true;
return o;
});
this.array = this.array.map(function (el) {
var o = Object.assign({}, el);
o.disableCheckbox = null;
o.isChecked = true;
return o;
});