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

# CheckmarkTypeEnum

CheckmarkTypeEnum enumeration constants describe checkmark types.

```
typedef enum {
 CMT_Square,
 CMT_Empty,
 CMT_Custom,
 CMT_Circle
} CheckmarkTypeEnum;
```

## Elements

| Name          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| CMT\\\_Circle | Checkmarks in circles. For example, checkmarks of this type may look like this (in checked and not checked state): <img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/checkmark_circle_checked.gif?s=58e988e51ae96e4621caf22a6013f4d5" alt="Checkmark_circle_checked" width="247" height="37" data-path="images/fine-reader/engine/checkmark_circle_checked.gif" /> <img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/checkmark_circle.gif?s=cf1f86711db52bb89886e8d02d1b8e9e" alt="Checkmark_circle" width="247" height="37" data-path="images/fine-reader/engine/checkmark_circle.gif" />                 |
| CMT\\\_Custom | The checkmark has a non-standard form. For example, checkmarks of this type may look like this (in checked and not checked state): <img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/checkmark_custom_checked.gif?s=dfbda3003b8d7494ca6d03ba9ed98eaa" alt="Checkmark_custom_checked" width="247" height="37" data-path="images/fine-reader/engine/checkmark_custom_checked.gif" /> <img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/checkmark_custom.gif?s=5fca4b8cacb1b7272cd3d4983e27c948" alt="Checkmark_custom" width="247" height="37" data-path="images/fine-reader/engine/checkmark_custom.gif" /> |
| CMT\\\_Empty  | Checkmarks against an empty background. For example, checkmarks of this type may look like this (in checked and not checked state): <img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/checkmark_empty_checked.gif?s=1ebe9fa945fb0294bc86bce432388095" alt="Checkmark_empty_checked" width="247" height="37" data-path="images/fine-reader/engine/checkmark_empty_checked.gif" /> <img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/checkmark_empty.gif?s=509eade90b53adf23a1b192cc846ffee" alt="Checkmark_empty" width="247" height="37" data-path="images/fine-reader/engine/checkmark_empty.gif" />      |
| CMT\\\_Square | Checkmarks in squares. For example, checkmarks of this type may look like this (in checked and not checked state): <img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/checkmark_square_checked.gif?s=089ebf1bd5266d3712dc7bcf651ee641" alt="Checkmark_square_checked" width="247" height="37" data-path="images/fine-reader/engine/checkmark_square_checked.gif" /> <img src="https://mintcdn.com/abbyy/6udH-pkk8zkVafYH/images/fine-reader/engine/checkmark_square.gif?s=4102f55ac85220811e4b55c29a75040f" alt="Checkmark_square" width="247" height="37" data-path="images/fine-reader/engine/checkmark_square.gif" />                 |

## Used in

[ICheckmarkBlock::CheckmarkType](/fine-reader/engine/api-reference/layout-related-objects/checkmarkblock#checkmarktype)
