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