Bind checkbox

Then the sample code I wrote previously should show checkboxes with the correct value. But you also need to check on the propertyId, which actually represent the column of the table and return the checkBox only if it’s the number column you’re talking, otherwise just return null. I actually forgot about this matter early when I wrote you that.

Do you need to edit the values from the table? Or the table should be read only?