# Set CheckBox Value

## Overview

![The Set CheckBox Value Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-0be9ad50c17af00902ced2c680d8fbb70c4495cb%2Fsetcheckboxvaluenode20241.png?alt=media)

The **Set Checkbox Value** sets the **Boolean** value for a [**Toggle Object**](https://docs.incari.com/incari-studio/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/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/toolbox/incari/object/get-checkbox-value)
* [**On CheckBox Value Change**](https://docs.incari.com/incari-studio/toolbox/events/object/on-checkbox-value-change)
