Skip to content

Commit 6ac73a8

Browse files
committed
Update checkboc prism
1 parent 4ac6113 commit 6ac73a8

File tree

1 file changed

+6
-1
lines changed
  • en/_mdb5/standard/web/docs/forms/checkbox

1 file changed

+6
-1
lines changed

en/_mdb5/standard/web/docs/forms/checkbox/o.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,16 @@ <h2 class="mb-4">Basic example</h2>
7272

7373
<!--Section: Code-->
7474
<section>
75+
<!-- prettier-ignore -->
7576
<mdbsnippet>
7677
<code data-lang="html" data-name="HTML">
7778
<!-- Default checkbox -->
7879
<div class="form-check">
79-
<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+
/>
8085
<label class="form-check-label" for="flexCheckDefault">
8186
Default checkbox
8287
</label>

0 commit comments

Comments
 (0)