---
title: CheckboxState
source: https://github.com/remix-run/remix/blob/main/packages/ui/src/checkbox/index.ts#L7
---

# CheckboxState

## Signature

```ts
type CheckboxState = 'checked' | 'mixed' | 'unchecked'

```