Pluxbox Logo

Flip block

Purpose

Turn false into true and vice versa.

Input

Truthy/Falsy.Flips the state from what it was to the opposite.

Output

Outputs a boolean (true / false).

Example

When the user clicks my button, the container (including everything it includes) should hide.

graph LR
A(Input) --Truthy--> B(Flip)
B --Falsy--> C(Container Visibility)