# nabs-ui-checkbox

Reusable checkbox control for the Nabs UI library.

## Usage

```jsx
import { Checkbox } from "nabs-ui-checkbox";

export function Example() {
  return <Checkbox label="Accept terms" labelPosition="right" checked />;
}
```