Skip to content

Commit 3b5e5aa

Browse files
Fix behavior of checkbox selecting on auth settings form (#920)
Now you could change checkbox state by clicking on the correspond `label` of the checkbox. Co-authored-by: bojeil-google <[email protected]>
1 parent 782fa3b commit 3b5e5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ <h4>You are signed out.</h4>
5959
value="emailLink">
6060
Email Link
6161
</label><br>
62-
<label for="disableEmailSignUpStatus">Disable email sign up:</label>
62+
<label for="email-disableSignUp-status">Disable email sign up:</label>
6363
<input type="checkbox" id="email-disableSignUp-status" name="disableEmailSignUpStatus">
64-
<label for="adminRestrictedOperationStatus">Admin restricted operation status:</label>
64+
<label for="admin-restricted-operation-status">Admin restricted operation status:</label>
6565
<input type="checkbox" id="admin-restricted-operation-status" name="adminRestrictedOperationStatus">
6666
</fieldset>
6767
<p>

0 commit comments

Comments
 (0)