aboutsummaryrefslogtreecommitdiffstats
path: root/components/checklist/simple-checklist.html
diff options
context:
space:
mode:
Diffstat (limited to 'components/checklist/simple-checklist.html')
-rw-r--r--components/checklist/simple-checklist.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/components/checklist/simple-checklist.html b/components/checklist/simple-checklist.html
deleted file mode 100644
index 1fe55da..0000000
--- a/components/checklist/simple-checklist.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<div>
- <div class="checkbox-item">
- <div class="sdc-checkbox">
- <input class="sdc-checkbox__input" type="checkbox">
- <label class="sdc-checkbox__label">apple</label>
- </div>
- </div>
-</div>
-<div>
- <div class="checkbox-item">
- <div class="sdc-checkbox">
- <input class="sdc-checkbox__input" type="checkbox">
- <label class="sdc-checkbox__label">banana</label>
- </div>
- </div>
-</div>
-<div>
- <div class="checkbox-item">
- <div class="sdc-checkbox">
- <input class="sdc-checkbox__input" type="checkbox">
- <label class="sdc-checkbox__label">orange</label>
- </div>
- </div>
-</div>