I have developed a component that integrates a toggle button. Given two numerical buttons, the toggle button adds/subtracts the values. Everything works well but when saving the file and opening it again the toggle button returns to a default value (e.g. “subtract”), even though when the file was saved according to the button the values were added. How do I make sure that the toggle value is saved when I close the file?