I have a Speaker data type with a yes/no field and when I click on a save button I want the value from a checkbox to be stored into the yes/no field of the Speaker.
You simply set the field to the ‘is checked’ value.
e.g.
So if it is ticked, the value will be yes and if it is unticked the value would be no.
1 Like