How to bind the value to checkbox

Have a look at this discussion Checkbox how to handle in update form

If you follow @Teodor’s method, then you need to make sure that the database column is of type varchar(1)

1 Like