I changed a column in a Form for a database column that requires Y/N from a text field to a checkbox and I gave it a static default of N. The checkbox component settings are Y/N. When it is checked, it properly stores a Y on an insert or update. But whenever I try to insert or update with it unchecked, I get this subject error. I can actually see the value toggle between Y and N when I inspect the item in my browser as I check/uncheck it.
Why am I getting this error?