Hi Folks
I need to preserve the checked state of checkboxes during scene transition and I would like to rack your brains about possible solutions.
Basically, I need to come up with a way that checkboxes stay checked when user transitions between scenes. Currently, when I go back to the previous or next scene, checkboxes are reset.
I could use LocalStorage but maybe there is a simpler solution.
I cannot turn these checkboxes into a persistent symbol as the checkbox options will be different in each scene.
Thanks for your help and I’m looking forward to seeing what you folks come up with.
Checkboxes.hype.zip (36.7 KB)
Greg