aboutsummaryrefslogtreecommitdiffstats
path: root/components/checkbox/checkbox-checked.html
diff options
context:
space:
mode:
Diffstat (limited to 'components/checkbox/checkbox-checked.html')
-rw-r--r--components/checkbox/checkbox-checked.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/checkbox/checkbox-checked.html b/components/checkbox/checkbox-checked.html
new file mode 100644
index 0000000..de0c0d8
--- /dev/null
+++ b/components/checkbox/checkbox-checked.html
@@ -0,0 +1,6 @@
+<div class="sdc-checkbox">
+ <label>
+ <input type="checkbox" class="sdc-checkbox__input" checked>
+ <span class="sdc-checkbox__label">This is the checkbox label</span>
+ </label>
+</div>