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

# IBoolean

> IBoolean passes in-out boolean values to FlexiCapture interface scripts; assign through the Value property, for example A.Value = true, not directly.

## What it does

Passes in-out boolean values to scripts.

## Properties

| **Name** | **Type** | **Access** | **Description** |
| -------- | -------- | ---------- | --------------- |
| Value    | bool     | Read/write | The value       |

<Note>
  To assign a value to an object of IBoolean type, you must use the **Value** property. For example, to assign a true value to the object **A** of IBoolean type, you must write **A.Value = true** instead of **A = true**.
</Note>
