-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Describe the story
Provide a clear description of the new feature or improvement to existing functionality.
Create a Checkkbox component as a custom form control integrated with React Hook Form. The the component should be loosely based on the shadcn/ui Checkbox for composition and design. However, do not use any of the radix-ui packages.
Acceptance criteria
Provide clear acceptance criteria to validate the story is complete.
WHEN the Checkbox is checked
THEN the checked value is saved in the form
WHEN the Checkbox is unchecked
THEN the unchecked value is NOT saved in the form
Additional context
Add any other context about the story here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request