"Remember Me" label should be clickable to check the box
On the login page, the HTML for the "Remember Me" feature looks like this:
Changing for attribute of the label to remember_me_checkbox will make it so that the label text itself is clickable to toggle the associated checkbox:
<input id="remember_me_checkbox" name="remember_me" tabindex="3" type="checkbox" value="1" />
<label id="remember_me_label" for="remember_me">Remember Me</label>
Changing for attribute of the label to remember_me_checkbox will make it so that the label text itself is clickable to toggle the associated checkbox:
<input id="remember_me_checkbox" name="remember_me" tabindex="3" type="checkbox" value="1" />
<label id="remember_me_label" for="remember_me_checkbox">Remember Me</label>
1
person likes this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
The company implemented this idea.
-
Inappropriate?Thanks for suggesting the idea, we took your advice and implemented it in last night's release.
Loading Profile...


