zendexa / project

Project related repository
MIT License
2 stars 0 forks source link

Radio Button #79

Open wycliffepeart opened 11 months ago

wycliffepeart commented 11 months ago

24 > #79

Story

As a developer developing the application, I want a form radio button component named RadioButton so that it can be used to capture data.

Description

A radio button is a common user interface (UI) element used in forms, applications, and websites. It is a type of selection control that allows users to choose a single option from a list of mutually exclusive options.

Details

I'd like for you to implement a form radio button component, this field will capture the input as is without validation or any other processing.

In addition, this component should not accept any props instead it should derive the props from FieldContext #77.

Acceptance Criteria

Definition of Done

Sub Tasks

Linked issues

Relates to Linking type that allows you to establish a relationship between two issues.

Blocked By Issues or tasks that are blocking the progress of the issue.

iamshellyan commented 11 months ago

@wycliffepeart I added a description