---
title: CheckState
description: CheckState content
---

<!-- unchecked,
    partially_checked,
    checked, -->

`CheckState`

 This enum is used to define the state of a checkbox.

* **`unchecked`**:  The checkbox is unchecked.
* **`partially-checked`**:  The checkbox is partially checked.
* **`checked`**:  The checkbox is checked.
