Skip to content

BoolInput

The BoolInput node allows you to create a boolean value.

Inputs

  • Value (bool): The boolean value to create
    • Default: False

Outputs

  • Output (bool): The created boolean value

Example

# Value: True
# Output: True

# Value: False
# Output: False

Notes

  • The node can accept both input and property modes for the value parameter
  • The default value is False if not specified
  • The value is immediately forwarded to the output when changed