项目作者: ahmettashan
项目描述 :
Switch Button
高级语言: CSS
项目地址: git://github.com/ahmettashan/on-off-button.git
New member of the old world

Usage
Simple use:
<div class="switches">
<label>
<input type="checkbox">
<i></i>
<span id="on">Button enabled.</span>
<span id="off">Button disabled.</span>
</label>
</div>