Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Twitter Bootstrap 3.0 offer a slide toggle select component?

I am trying to create a slide toggle select component for a mobile app. We are using twitter bootstrap 3.0 for the UI.

I don't see any documentation on bootstrap 3.0 that covers a slide toggle select component. Did they decide not to build that component for 3.0? If so, how can I create one?

I really want to keep using Bootstrap 3.0 for the responsive design elements. And I don't want to weigh my app down by adding jQuery mobile.

like image 726
user2847376 Avatar asked Oct 04 '13 16:10

user2847376


3 Answers

It does not come pre-made with Bootstrap, but here is one that I have used that was pretty good.

It's a switch toggle for Bootstrap.

http://bootstrapswitch.com/ (previously http://www.bootstrap-switch.org/)

like image 104
krilovich Avatar answered Sep 23 '22 13:09

krilovich


Here is a project that seems to do exactly what you want:

http://www.eyecon.ro/bootstrap-slider/

like image 39
Bill Rawlinson Avatar answered Sep 24 '22 13:09

Bill Rawlinson


Try this link: http://www.bootply.com/92189 It does not require additional css file. All it does is just only jQuery.

like image 20
Jarana Manotumruksa Avatar answered Sep 22 '22 13:09

Jarana Manotumruksa