tehapo/Switch

Checkbox instead of Switch

Closed this issue · 1 comments

When I use Switch I see a simple basic CheckBox instead of Switch.

Here is the use:

Switch sw = new Switch("SWITCH", valueBool);

Screenshot of result is attached.

I'm using Switch 2.0.3 with Vaadin 7.5.7

image

This happens when your compiled widgetset does not include the client-side code of Switch. You should check your setup for widgetset compilation.

For more info see: #4