Reflects the state of the associated variable by displaying a button in either a toggled or normal state.
Values may be set on the connected variable when the button goes from one state to the other.
A toggled Toggle Button:
See Geometry.
Text to display in the button when it is in the normal state. HTML tags may be used to format the text by prefixing the text with “<html>”.
Text to display in the button when it is in the toggled state. HTML tags may be used to format the text by prefixing the text with “<html>”.
Text to display as a tool tip when the mouse hovers over the button. HTML tags may be used to format the text by prefixing the text with “<html>”.
Value to send when the button is pressed while in the normal state and going to the toggled state.
Interprets the Value When Toggled for a string variable as a binary string format. See String Variables.
Value to send when the button is pressed while in the toggled state and going to the normal state.
Interprets the Value When Normal for a string variable as a binary string format. See String Variables.
Value that puts the button in a toggled state. It will be in the normal state for any other value.
Interprets the Value When Receives of a string variable as a binary string format. See String Variables.
Name of an icon image file to display in the button when the mouse isn’t hovering over or clicking on the button.
Name of an icon image file to display in the button when the mouse hovers over the button. When not given, the button does not display any special effect when the mouse moves over it.
Name of an icon image file to display in the button when it is pressed. If not given, the button will display the Normal icon when pressed.
Font of the button’s text.
Background color of the button. When the color is set to none by clicking on the button, the default button background will show in the back of the button.
Color of the button’s text.
Action Button | Checkbox |