dari 0 atau 1 hingga javascript boolean

parse: function (response) {
  response.isChecked = !!+response.isChecked;
  return response;
}
Frail Fox