---
hide_title: true
hide_table_of_contents: true
title: Boolean
---
<##head##>
# Boolean
This node holds a boolean (true/false) value. You can use it to quickly store a boolean using the Set input. It can also be used to hold a static value in logical operations.

You can connect the Boolean node to a Component Inputs node. This will make the input shows up as a boolean (checkbox) in the Property Panel for instances of this component.

<##head##>
## Inputs
| Data | Description |
| --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Value | The value to store in the node. The output value will equal this value, unless _Set_ is connected, then it will be updated when **Set** receives a signal. |
| Signal | Description |
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Set | This is used to only update the output when _Save Value_ is set to true. This will allow you to freeze the stored value and only allow it to update under certain conditions, e.g. on a Tap. |
## Outputs
| Data | Description |
| --------------------------------------- | ------------------------------ |
| Value | The boolean stored in the node |
| Signal | Description |
| ------------------------------------------ | ----------------------------------------------------------------------------- |
| Stored | This port sends a signal when the value is stored via the _Set_ input signal. |