Description
The boolean math node can be used to combine multiple boolean inputs into one boolean output.
Inputs
You get two boolean inputs and can add more if you need them.
Outputs
The node returns one boolean depending on the chosen operation.
Settings
And: The output will be true if all the inputs are true
Or: The output will be true if one or more of the inputs are true
Not: Will return the opposite of the boolean input. You can also use the invert boolean node for the same operation

