Hi,
I have 5 checkboxes (Metro, Regional, Remote, Select All, N/A). I have my app set so that clicking "N/A" resets the other 4 checkboxes to unchecked.
I'm trying to find a way so that clicking "Select All" sets the three (Metro, Regional & Remote) to checked.
I think this can be done with an updatecontext variable e.g.
Select All - OnCheck - UpdateContext({CheckboxVar1:true})
But I don't know how to update the default of the three (Metro, Regional & Remote) checkboxes to = CheckboxVar1, so they update to checked when the context variable is updated to true.
I've tried the following but get an error:
- CheckboxVar1
- "CheckboxVar1"
- CheckboxVar1.Value

Any assistance appreciated!
Thanks,
Ruby