bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login: "Remember me" label not clickable

danimo opened this issue · comments

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.

Thanks Daniel -- good suggestion.