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, 0 insertions, 6 deletions
diff --git a/components/checkbox/checkbox-disabled.html b/components/checkbox/checkbox-disabled.html
deleted file mode 100644
index 2425218..0000000
--- a/components/checkbox/checkbox-disabled.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<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>