> ## Documentation Index
> Fetch the complete documentation index at: https://rive.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DataValueBoolean

[DataValue](/scripting/api-reference/data-value/data-value) that stores a boolean value.

## Fields

### `value`

The stored boolean value.

```lua theme={null}
local dv: DataValueBoolean = DataValue.boolean()
dv.value = false
```
