Hey there,
Looks like there was an api change today or recently where providing true and not “true” for checkbox column “checked” property stopped working when using a boolean and not a string. If anybody else experienced the same issue, here the fix:
{ checked: "true" } // instead of { checked: true }
Cheers,
Ronen
Eazyform