repaired label->input pairing in example
in 1 input type radio was wrong non-existing id in for="…" attribute
This commit is contained in:
Родитель
9474f6e832
Коммит
eb7db7daa4
|
@ -58,7 +58,7 @@
|
|||
<div class="col-md-9">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="allowCredentials" id="allowCredentialsFilled" value="filled" checked>
|
||||
<label class="form-check-label" for="lastCreated">
|
||||
<label class="form-check-label" for="allowCredentialsFilled">
|
||||
Last created in this browser
|
||||
</label>
|
||||
</div>
|
||||
|
@ -95,4 +95,4 @@
|
|||
<script src="index.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче