# ICheckboxType

Determines how a checkbox field looks

## Definition

```tsx
type ICheckboxType = "default" | "bordered" | "change-icon" | "switch-line" | "switch-box";
```

## Usage

```tsx
import { undefined } from 'uxp/components';
```
