I have a yes/no field with a default value of no.
I have a Checkbox with Autobinding. When the unchecked Checkbox is then checked, the autobinding works and the yes/no field is set to yes.
I then use Conditionals to show the Checkbox as Checked.
However, I cannot get the Autobinding to work when unchecking the checkbox. If I uncheck the checkbox, surely it should set the field to No?
I tried the same thing with “when input is changed” and could not get that to work either.
Any idea how to get the Checkbox to work when unchecking it?