Flip switch

Hello Team.

Is there a way in which I can implement a flip switch similar to http://demos.jquerymobile.com/1.4.2/slider-flipswitch/ making use of the ion-toggle?

Regards.
Shreerang
Spatial Unlimited

You definitely can. Ionic is made up of CSS, Javascript, and HTML - this is a toolbox you can use to make anything you want, with little effort.

Check out the events for $ionicGesture - you can use the drag event and tap event to build out your own version of a toggle.