> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/object/get-checkbox-value.md).

# Get CheckBox Value

## Overview

![The Get CheckBox Value Node.](/files/L5fMXRTAzNPBJntNQy9l)

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

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#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**](/incari-studio/2023.1/toolbox/incari/object/set-checkbox-value.md)
* [**On CheckBox Value Change**](/incari-studio/2023.1/toolbox/events/object/on-checkbox-value-change.md)
