Koyaka

Checkbox

Checkbox Basic


    <input class="checkbox" type="checkbox" />
    

Checkbox Sizes


    <input class="checkbox xs" type="checkbox" />
    <input class="checkbox sm" type="checkbox" />
    <input class="checkbox md" type="checkbox" />
    <input class="checkbox lg" type="checkbox" />
    <input class="checkbox xl" type="checkbox" />
    

Checkbox Colors


    <input class="checkbox primary" type="checkbox" />
    <input class="checkbox secondary" type="checkbox" />
    <input class="checkbox accent" type="checkbox" />
    <input class="checkbox info" type="checkbox" />
    <input class="checkbox success" type="checkbox" />
    <input class="checkbox warning" type="checkbox" />
    <input class="checkbox danger" type="checkbox" />