<h3>switch control</h3>

{::switch(<i>variableList</i>){<i>offValue,onValue,width,hight,offPicURL,onPicURL</i>}::}<br><br>

<i>variableList</i> Comma separated list of the variables to show. Example: <i>myVar1,myVar2,myVar3,myVar4</i><br><br>

<i>offValue</i> - Value when switch is off<br>
<i>onValue</i> - Value when switch is on<br>
<i>width</i> - switch width in pixels <br>
<i>height</i> - switch hight in pixels <br>
<i>offPicURL</i> -  URL for picture to show when off <br>
<i>onPicURL</i> -  URL for picture to show when on <br>
<hr>
<h3>License information</h3>
This control provided under the terms of <a href='controls/LICENSE.txt'>MIT license</a><br>
Implementation of the chart control uses <a href='https://d3js.org/'>d3.js</a> and <a href='http://c3js.org/'>c3.js</a> libraries<br>
See also <a href='https://github.com/d3/d3/blob/master/LICENSE'>d3.js license</a> and <a href='https://github.com/c3js/c3/blob/master/LICENSE'>c3.js license</a>
