CheckList

import { CheckList } from '@app/components/CheckList'
Name
Description
Preview
disabled
boolean
hasError
boolean
className
string
checkboxClassName
string
indicatorClassName
string
labelClassName
string
hitSlop
number
options *
object
value
[string]

Location

You can find the source of the CheckList component in the following location:

        • CheckList.styled.tsx

Disclaimer - Automatic Docgen

🤖

These dynamic component docs were auto-generated with npm run regenerate-docs. You can hook into automatic docgen by exporting getDocumentationProps from a component file. You’ll want to provide example props from the ComponentProps zod schema, e.g:

CheckList.styled.tsx
/* --- Docs ---------------------- */
 
export const getDocumentationProps = CheckListProps.documentationProps('CheckList')