Checkbox
Package: @tesserix/web
Import
import { Checkbox } from '@tesserix/web'Source
- Component:
packages/web/src/components/checkbox/checkbox.tsx - Story:
packages/web/src/components/checkbox/checkbox.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { Checkbox } from '@tesserix/web'
export function DemoCheckbox() {
return <Checkbox />
}