We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac6113 commit 6ac73a8Copy full SHA for 6ac73a8
en/_mdb5/standard/web/docs/forms/checkbox/o.html
@@ -72,11 +72,16 @@ <h2 class="mb-4">Basic example</h2>
72
73
<!--Section: Code-->
74
<section>
75
+ <!-- prettier-ignore -->
76
<mdbsnippet>
77
<code data-lang="html" data-name="HTML">
78
<!-- Default checkbox -->
79
<div class="form-check">
- <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" />
80
+ <input
81
+ class="form-check-input"
82
+ type="checkbox" value=""
83
+ id="flexCheckDefault"
84
+ />
85
<label class="form-check-label" for="flexCheckDefault">
86
Default checkbox
87
</label>
0 commit comments