http://www.chronoengine.com/forums/posts/t104781/p374275/cc6-v6-06-dbsave-not-updating-all-fields?startat=0#p374275
As I understand it, if the value from the database (eg, 1) is the same as the checked value of the checkbox (1), the checkbox will be checked.
However, what if the checkbox is checked by default (1), and I need to retrieve (0) from the database to get it unchecked?
If the checkbox name and value matches the table field name and value then it will be checked in case you have use the "Form data provider" under the "Display section" action to populate all the form fields.
As I understand it, if the value from the database (eg, 1) is the same as the checked value of the checkbox (1), the checkbox will be checked.
However, what if the checkbox is checked by default (1), and I need to retrieve (0) from the database to get it unchecked?