Checkbox
Package: @tesserix/native
Import
import { Checkbox } from '@tesserix/native'Related types
CheckboxProps
Source
- Component:
packages/native/src/components/Checkbox/Checkbox.tsx - Story:
packages/native/src/components/Checkbox/Checkbox.stories.tsx - Test:
packages/native/src/components/Checkbox/Checkbox.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { Checkbox } from '@tesserix/native'
export function DemoCheckbox() {
return <Checkbox />
}