<h1>CSS3 Toggle Switches</h1> <p>Please use as you wish and say "hi" to me <a href="http://twitter.com/craigbuckler">@craigbuckler</a>.</p> <p>Refer to <a href="http://www.sitepoint.com/css3-toggle-switch/">SitePoint.com for more information&hellip;</a> <link rel="stylesheet" type="text/css" href="css_bouton.css"> <form action="#" method="get"> <div> <input type="checkbox" id="switch1" name="switch1" class="switch" /> <label for="switch1">first switch</label> </div> <div> <input type="checkbox" id="switch2" name="switch2" class="switch" checked="checked" /> <label for="switch2">second switch</label> </div> <div> <input type="checkbox" id="switch3" name="switch3" class="switch" /> <label for="switch3">third switch</label> </div> </form>