@sertec/checkbox
v0.0.9
Published
Sfera Checkbox Component
Downloads
22
Maintainers
Readme
@sertec/checkbox
Checkbox component for the Sfera design system.
Installation
npm install @sertec/checkboxUsage
import { Checkbox } from '@sertec/checkbox'
function MyComponent() {
return (
<Checkbox>
Content here
</Checkbox>
)
}Props
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| children | ReactNode | - | Content to display |
| className | string | '' | Additional CSS classes |
| disabled | boolean | false | Disabled state |
