covidwatchorg / portal

Covid Watch Portal web app for diagnosis verification
Apache License 2.0
8 stars 3 forks source link

Make text clickable for radio buttons in diagnosis code page #470

Closed ibeckermayer closed 4 years ago

ibeckermayer commented 4 years ago

Gives each radio button an id and makes use of the <label> tag's for attribute to cause clicking on the label to select the radio button (https://stackoverflow.com/a/1146936)

closes https://github.com/covidwatchorg/portal/issues/464

ibeckermayer commented 4 years ago

See comments. Also, it is not due to this PR but the white circle in the radio button looks off-centered in a way it didn't before. Did this get changed in another PR?

radio

Browser/OS?

ibeckermayer commented 4 years ago

See comments. Also, it is not due to this PR but the white circle in the radio button looks off-centered in a way it didn't before. Did this get changed in another PR? radio

Browser/OS?

https://github.com/covidwatchorg/portal/issues/477