step1profit / titatoggle

Pure css toggle buttons based on the bootstrap checkbox pattern

Home Page:http://kleinejan.github.io/titatoggle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiTatoggle - (bs3 addon without JS)

Using awesome toggle buttons without Javascript or any other logic, other than plane form elements. The Pattern is the same as Twitter-Bootstrap. So it can be implemented without a breeze.

Browser support: Internet Explorer 9, FireFox, Safari, Chrome, Safari Ios, Stock Android browser 4.2, Chrome Android

Install: ''' $ bower install titatoggle '''

GNU General Public License v2.0

<div class="checkbox checkbox-slider--X">
	<label>
		<input type="checkbox"><span>checked</span>
	</label>
</div>

About

Pure css toggle buttons based on the bootstrap checkbox pattern

http://kleinejan.github.io/titatoggle/


Languages

Language:CSS 72.9%Language:HTML 25.5%Language:JavaScript 1.5%