I would like to second this for a fix please. Right now a checkbox only replies true for checked and ' ' for not checked. Our databases require a tinyint(1) for our boolean value. This is necessary so that a SELECT * FROM table WHERE column = TRUE or FALSE is used. I have triggers that depend on this to be the case.