Skip to content

Commit 92eca60

Browse files
committed
Update index.astro
1 parent 1eb7a5e commit 92eca60

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

site/src/assets/examples/heroes/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ export const extra_css = ['heroes.css']
7575
<label for="floatingPassword">Password</label>
7676
</div>
7777
<div class="form-check mb-3">
78-
<input class="form-check-input" type="checkbox" id="checkDefault">
79-
<label class="form-check-label" for="checkDefault">
80-
Remember me
81-
</label>
78+
<input class="form-check-input" type="checkbox" id="checkDefault" value="remember-me">
79+
<label class="form-check-label" for="checkDefault">
80+
Remember me
81+
</label>
8282
</div>
8383
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign up</button>
8484
<hr class="my-4">

0 commit comments

Comments
 (0)