# Set CheckBox Value

## Overview

![The Set CheckBox Value Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-9cdbc14c79ab22c374acd4d522f8556a846d42a2%2Fsetcheckboxvaluenode.png?alt=media)

The **Set Checkbox Value** sets the **Boolean** value for a [**Toggle Object**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/scene2d-objects/gui/toggle) depending on if the user wants it to be checked on or off.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                                                                              |
| ----------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------ |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.                                                    |
| `Object ID`       | **ObjectID** | The desired **Toggle Object**.                                                                                           |
| `Value`           | **Boolean**  | The **Boolean** value to be set. This is either *true* if the **Toggle Object** should be checked on, or *false* if not. |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Get CheckBox Value**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object/get-checkbox-value)
* [**On CheckBox Value Change**](https://docs.incari.com/incari-studio/2023.2/toolbox/events/object/on-checkbox-value-change)
