Skip to content

Commit 4ec94a7

Browse files
committed
Fixed login form checkbox
1 parent efe97bb commit 4ec94a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/login/components/login-form/login-form.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
Password is required
1616
</div>
1717
</div>
18-
<div class="form-group">
19-
<label for="rememberMe">Remember me</label>
18+
<div class="form-check form-switch">
2019
<input type="checkbox" formControlName="rememberMe" class="form-check-input">
20+
<label for="rememberMe" class="form-check-label">Remember me</label>
2121
</div>
2222
<button [disabled]="!this.form.valid" class="btn btn-primary" [attr.aria-disabled]="!this.form.valid" aria-label="Login">
2323
Login

0 commit comments

Comments
 (0)