I used the V4.0 to validate ASPRunner and checkboxes worked fine there but they seem to be working in a differnet way with V4.1.
In the edit page where I have checkboxes they will always show as ticked meaning that they have to be unticked each time to reflect what you want in the database. They do not seem to reflect what is currently in the database either.
I am using an MSAccess db. The field value is boolean and I have tried Yes/No and True/False.
I have browsed the forum and tried the fix adding dict("BoxApproved")="off" into the before edit event which has not worked.