bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.
GNU Lesser General Public License v3.0
787 stars 3.8k forks source link

Login: "Remember me" label not clickable #5785

Closed danimo closed 3 months ago

danimo commented 3 months ago

As per Fitts law, the clickable area for the checkbox should be optimized. However, when clicking the "Remember me" label, the checkbox doesn't change state.

image

Suggested fix: specify an ID for the checkbox, and reference it in the label via the "for" property. I don't know how to do this in React, but it works when applied in the developer console.

ffdixon commented 3 months ago

Thanks Daniel -- good suggestion.