-
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 RadioGroup component as a custom form control integrated with React Hook Form. The the component should be loosely based on the shadcn/ui Radio Group 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.
GIVEN the RadioGroup is part of a form
WHEN a Radio Group Item is selected
THEN the item's value is saved in the form
WHEN a Radio Group Item is not selected
THEN the item's 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