p-foundation / pink-app

The repository is created for learning adaptive web design and team collaboration through git and GitHub
https://p-foundation.github.io/pink-app/
0 stars 0 forks source link

feat: add radio input UI component #18

Closed wwily closed 8 months ago

wwily commented 8 months ago

Description

Radio buttons are used on form page.

When you add new radio buttons, you need to change the value and id attributes for the inputs and adjust the corresponding label accordingly. Ensure that the for attribute in the label matches the id in the input for proper selection functionality when clicking on the text.

Checklist

Before submitting this pull request, please ensure the following: