Skip to content

Checkbox component #94

@mwarman

Description

@mwarman

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 request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions