# CheckBox

How To Inport CheckBox.

```js
import { CheckBox } from "phoenix-components-library";
```

### Instructions

Use `checked` boolean to check or uncheck checkbox

Use `disabled` to disable checkbox

### Tips
