### 📌 What would you like to share or ask? Hi, How to fix code bellow so that `toggle_state` is not shared between browser tabs: ``` import taipy.gui.builder as tgb from taipy.gui import Gui toggle_state = False with tgb.Page() as page: tgb.toggle("{toggle_state}",label="Test") if __name__ == "__main__": pages = {"/": page} gui = Gui(pages=pages) gui.run(title="Toggle test") ``` ### 📜 Code of Conduct - [x] I have checked the [existing issues](https://github.com/Avaiga/taipy/issues?q=is%3Aissue+) to avoid duplicates. - [ ] I am willing to work on this issue (optional)