# ICheckboxInstanceProps

## Definition

```tsx
interface ICheckboxInstanceProps {
    focus: () => void;
}
```

## Usage

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