> ## 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.

# ICheckmarkValue

> ICheckmarkValue object in the FlexiCapture scripting model: read a checkmark's name, rectangle, boolean value, and IsSuspicious recognition flag.

## What it does

Represents a checkmark value.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Properties

<table width="100%"><thead><tr><th style={{textAlign: 'left'}}><p><strong>Name</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Type</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Access</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Description</strong></p></th></tr></thead><tbody><tr><td><p>IsSuspicious</p></td><td><p>bool</p></td><td><p>Read/write</p></td><td><p>Whether a checkmark value is certainly recognized.</p><p>By default all checkmark values are considered uncertain.</p></td></tr><tr><td><p>Name</p></td><td><p>string</p></td><td><p>Read-only</p></td><td><p>Checkmark name (field name in the Document Definition)</p></td></tr><tr><td><p>Rect</p></td><td><p><a href="/flexi-capture/appendix/scripts/irect">IRect</a></p></td><td><p>Read-only</p></td><td><p>A rectangle of the checkmark</p></td></tr><tr><td><p>Value</p></td><td><p>bool</p></td><td><p>Read/write</p></td><td><p>Checkmark value</p></td></tr></tbody></table>
