Checkbox Group
A component that allows users to select one or more items from a list of choices.
Installation
npx @rahimstack@latest add checkbox
Usage
State
Uncontrolled
- Input type:
"text"
, Ref prop:ref
- A stringified array of selected values will be submitted.
- If not required, a stringified empty array will be submitted if no option is selected.
API Reference
No styles