diff options
Diffstat (limited to 'components/checklist/checklist-with-checked-items.html')
-rw-r--r-- | components/checklist/checklist-with-checked-items.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/components/checklist/checklist-with-checked-items.html b/components/checklist/checklist-with-checked-items.html deleted file mode 100644 index e1adbd7..0000000 --- a/components/checklist/checklist-with-checked-items.html +++ /dev/null @@ -1,24 +0,0 @@ -<div> - <div class="checkbox-item"> - <div class="sdc-checkbox"> - <input class="sdc-checkbox__input" type="checkbox" checked> - <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" checked> - <label class="sdc-checkbox__label">orange</label> - </div> - </div> -</div> |