I found this CSS Radio Toggle which I think would work well for a section of our site, how would I individualise it so that on is green and off is red?
I've tried altering some of the css but cant seem to get is this the bit I need to make two seperate classes of?
#bounds input:checked + span {
background-color:#404040;
color:#F7F7F7;
border-radius:3px;
}
Thoughts and examples welcome thank you :)

#boundswill change unchecked statement – Sugar Feb 11 at 10:41