| Name | Toggle Button GUI Element |
| Description | Toggle buttons control a single boolean value, toggling it when pressed; they have a UI type of "toggle_button".
See also Button GUI Element for normal buttons. |
| Group | GUI System |
| Source | https://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/scripts/containers/gui/elements/ToggleButtonElement.java#L27 |