Hello Marco,
It appears to have been a temporary problem with the jsBin service. The link is functional now -- the important bit is the definition of the schema.parse function, which maps the properties:
parse: function(response) {
for (var i = 0; i < response.length; i++) {
response[i].checked = response[i].IsSet;
}
return response;
}
Regards,
Alex Gyoshev
Telerik by Progress