aboutsummaryrefslogtreecommitdiffstats
path: root/components/panel/basic-panel.html
blob: 14e6461f538991d8dd9f95cee93b86894aec729b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="sdc-panel">
    <h3>
        Panel
    </h3>
    <div class="sdc-checkbox">
        <label>
            <input type="checkbox" class="sdc-checkbox__input" />
            <span class="sdc-checkbox__label">
                filter-item
            </span>
        </label>
    </div>
    <div class="sdc-checkbox ">
        <label>
            <input type="checkbox" class="sdc-checkbox__input" checked="" />
            <span class="sdc-checkbox__label">
                filter-item-checked
            </span>
        </label>
    </div>
</div>