This node takes a boolean input and outputs one of two strings. One string for a true input and one for a false input.
Selector
This is the boolean value that will select which string to output.
String for true
The string to output if the selector is true.
String for false
The string to output if the selecor is false.
Current Value
The selected string.
Selector Changed
A signal that is sent out when the input and string have changed.