Nikshxn / Health_Esteem

Repo for Group Project 1
0 stars 1 forks source link

research if changing to radio buttons is faster and easier then continuing to use and code for the checkboxes. #126

Open JD2929 opened 1 year ago

JD2929 commented 1 year ago

Researching which way is easier, faster, and more reliable to code: radio or checkboxes.

Users: At this time the user can check more than one of the checkboxes in each category. This will not help the user to keep track of their health.

JD2929 commented 1 year ago

Research complete. It will be far faster to use radio buttons and simply needs the input type to be changed to radio buttons. Will need to check syntax for making multiple sets of radio buttons.