If you declare your field as `TINYINT(1)` (instead of `INT(1)`) cakephp will automatically treat it as a boolean, and thus the FormHelper will output a checkbox.