Checkbox added to form not submitting

I have added a checkbox to an existing form. The existing form still submits fine but does not include the value of the checkbox? The Value is being set when you check or uncheck the box to “True” and “False”. It is never included in the form submit (post) to the server action regardless of checked state.

I have a feeling I’m missing something basic, but i’ve messed with it for two days, reading forum posts. Especially this one where @Teodor say they will not submit unless they are checked, however mine is not submitting a value when checked. (Checkbox value not set on update form)

Anyone have an idea why it’s not submitting, when checked?

Magically…. with ZERO changes…. it’s submitting to the server action.. :joy: