Unit Reference ToggleBool - RealityStop/Bolt.Addons.Community GitHub Wiki
A utility unit that toggles a Boolean value each time it is evaluated. Useful for flipping states or creating simple toggle logic in a flow.
Input Ports
- Value : The current Boolean value to toggle.
Output Ports
- Result : The resulting Boolean value after toggling.