I'm assuming this is impossible, but is there any way, from Init or a Trigger: Custom Code etc to permanently mutate the value of a custom option of the aura.
For example if I have a checkbox named flag, is there a way for me to do something like:
aura_env.config.flag = false -- mutate
and have that change reflect itself in the options the next time the user checks?