How to change Switch component UI?

Hello, sorry for my english

I want to change default UI of Switch component. How can i change? Image was attached.
13564.png

Hi,

do you mean the Switch add-on or the Switch component in Vaadin TouchKit? I checked out the add-on and seems to me that the sliding part of the switch is provided as one background image which is just moved to different positions. So you could simply create your own image, set a stylename for your switch and apply a few lines of CSS in your theme to use the custom image.

-tepi