UNPKG

iuap-design

Version:
21 lines (20 loc) 865 B
<label class="u-checkbox u-checkbox-success w-xs"> <input type="checkbox" class="u-checkbox-input" checked> <span class="u-checkbox-label">green</span> </label> <label class="u-checkbox u-checkbox-info w-xs"> <input type="checkbox" class="u-checkbox-input" checked> <span class="u-checkbox-label">blue</span> </label> <label class="u-checkbox u-checkbox-warning w-xs"> <input type="checkbox" class="u-checkbox-input" checked> <span class="u-checkbox-label">yellow</span> </label> <label class="u-checkbox u-checkbox-danger w-xs"> <input type="checkbox" class="u-checkbox-input" checked> <span class="u-checkbox-label">red</span> </label> <label class="u-checkbox u-checkbox-dark w-xs"> <input type="checkbox" class="u-checkbox-input" checked> <span class="u-checkbox-label">grey</span> </label>