# CheckStyle

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / CheckStyle

# Enumeration: CheckStyle

Defines possible check mark styles for [RadioButtonField](../classes/RadioButtonField) and [CheckBoxField](../classes/CheckBoxField).

## Enumeration Members

### Check

> **Check**: `0`

The check mark looks like a check.

***

### Circle

> **Circle**: `1`

The check mark looks like a circle.

***

### Cross

> **Cross**: `2`

The check mark looks like a cross.

***

### Diamond

> **Diamond**: `3`

The check mark looks like a diamond.

***

### Square

> **Square**: `4`

The check mark looks like a square.

***

### Star

> **Star**: `5`

The check mark looks like a star.
