javascript - Windows store app - true/false slider -


i tryed find windows true/false slider element, without succes. try use input range, not same. can use checkboxes 0 - 1 value, realy need slider's here.

they look's this: enter image description here

how can create them in javascript application?

that control called toggleswitch. create in html this:

<div data-win-control="winjs.ui.toggleswitch"> </div> 

or in javascript this:

var object = new winjs.ui.toggleswitch(); 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -