# nabs-ui-radiobutton

Reusable radio button control for the Nabs UI library.

## Usage

```jsx
import { RadioButton } from "nabs-ui-radiobutton";

export function Example() {
  return <RadioButton label="Subscribe" labelPosition="right" checked />;
}
```