# Get CheckBox Value

## Overview

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

The **Get CheckBox Value Node** returns a **Boolean** value of either *true* or *false*, depending on if the [**Toggle Object**](https://docs.incari.com/incari-studio/objects-and-types/scene2d-objects/gui/toggle) given as input is checked on or not.

[**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 **Toggle Object** from which the value is to be obtained.         |

## 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. |
| `Value`            | **Boolean** | Returns *true* if the **Toggle Object** is checked on, or *false* if not.                                                              |

## See Also

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