Koyaka

Switch

Basic Switch


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

Switch Sizes


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

Switch Colors


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