Hi guys,
about this bug, I was just wondering, what would be consider the correct behavior?
Either: Checkbox(NULL) is on by default, and if data is placed into the textbox, then the checkbox is not applied in the PHP code.
OR
The checkbox is off by default, and must be checked to set the value to NULL.
I would opt for the second solution, as I use a lot of data tables where I have designed the table with default values and actually take advantage of the default values in my manual SQL.
I see that lem9 mentioned a patch, but I haven't look it at it, so I don't know which method it implements.