Hello,
I try to change the background color regarding ON or OFF without success (note that .k-switch and .k-switch-handle works perfectly) :
<style>    .k-switch {        font-size: 12px !important;    }    .k-switch-on  {        background-color: green !important;    }    .k-switch-off  {        background-color: red !important;    }    .k-switch-handle{        background-color: chocolate !important;    }</style>
Thank you for your precious help.
