When you set a button or a control, you want to change the color of different states or the text that appears, the following simple logging steps:
1. Select the button and click "Select" in "Interactive style settings" on the right.
2. According to the needs of the effect, the corresponding settings, here I would like to change the selected color, so in the "Fill Color" before the hook, select the desired color
3. To add an event for the button, double-click "Mouse click". Add a Select action, select the component you want to change, and set the value to "toggle" at the bottom right. You can now change the color of the button. To change text, you also need the following configuration
4. Click on "More Events" and select "When selected".
5. Select "Set text", because you want to change the text of the current component, to change the text of other components, you can select other required components. Set the appropriate value at the bottom right. Preview to see the effect.