Skip to main content

Boolean

A boolean (true/false)

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a month ago

Inputs

Name

Abbreviation

Type

Access

Description

Boolean

B

Boolean

Item

The boolean to output

Outputs

Name

Abbreviation

Type

Access

Description

Boolean

B

Boolean

Item

The boolean to output

How-to

The boolean node is a simple true / false.

  • Set the value by setting the toggle on the node.

Off = false

on = true

  • Set the value by feeding in a boolean output from another node, like equals or greater than.

  • You can feed the Boolean into another node that expects a boolean input, like ternary if or boolean difference.

Did this answer your question?