A tutorial about creating a stylish, smooth, checkbox based switch button with CSS3 transitions. How to use it:The Html. <div class="switch"> <input type="checkbox" name="toggle"> <label for="toggle"><i></i></label> <span></span> </div>The core CSS/CSS3 rules to transform the checkbox you created into a toggle swtich. .switch input { top: 0; right: 0; bottom: 0; left: 0; -ms-filter: "progid:DXImag

