I need to develop a checkbox widget which should look like an android styled Switch widget. This widget should be stateful (Should keep true-false values).
Just because of this, I don't want to inherit a whole new library like https://gwtmaterialdesign.github.io/gwt-material-demo/#switches
Does anyone have a ready made code to achieve this? A required java class + CSS change.
I have tried mGWT and GWT Material design libraries. But The aim is not to inherit any external libraries just for the sake of one tiny widget.