doctype html html(lang='en') head meta(charset='utf-8') meta(http-equiv='X-UA-Compatible', content='IE=edge') meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(name='description', content='Turn checkboxes and radio buttons in toggle switches.') meta(name='author', content='Mattia Larentis, Emanuele Marchi and Peter Stein') title Bootstrap Switch · Turn checkboxes and radio buttons in toggle switches link(href='http://fonts.googleapis.com/css?family=Roboto:400,700', rel='stylesheet') link(href='docs/css/bootstrap.min.css', rel='stylesheet') link(href='docs/css/highlight.css', rel='stylesheet') link(href='dist/css/bootstrap3/bootstrap-switch.css', rel='stylesheet') link(href='docs/css/main.css', rel='stylesheet') script. var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-43092768-1']); _gaq.push(['_trackPageview']); (function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); body a(href='https://github.com/nostalgiaz/bootstrap-switch', id='github') img(src='https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png', alt='Fork me on GitHub') header.navbar.navbar-default.navbar-fixed-top.top(role='banner') .container .navbar-header button.navbar-toggle(type='button', data-toggle='collapse', data-target='#collapse') span.sr-only Toggle navigation span.icon-bar span.icon-bar span.icon-bar a.navbar-brand(href='../') Bootstrap Switch 3 nav#collapse.collapse.navbar-collapse(role='navigation') ul.nav.navbar-nav li.dropdown a(href='#', data-toggle='dropdown') | Download span.caret ul.dropdown-menu li: a(href='https://github.com/nostalgiaz/bootstrap-switch/archive/master.zip') 3 (Stable) li: a(href='https://github.com/nostalgiaz/bootstrap-switch/archive/v2.0.1.zip') 2.0.1 (Legacy) li: a(href='#new') What's new li: a(href='#start') Start li.dropdown a(href='#', data-toggle='dropdown') | Documentation span.caret ul.dropdown-menu li: a(href='/documentation-3.html') Version 3 (Stable) li: a(href='/documentation-2.html') Version 2.0.1 (Legacy) li: a(href='https://github.com/nostalgiaz/bootstrap-switch/issues') Bug reports .container.content block content .container.bottom p | Licensed under the | Apache License, Version 2.0 | · Created by | Mattia Larentis | · Mantained by | Emanuele Marchi script(src='docs/js/jquery.min.js') script(src='docs/js/bootstrap.min.js') script(src='docs/js/highlight.js') script(src='dist/js/bootstrap-switch.js') script(src='docs/js/main.js')