Hello,
you’ve corrected the bug of “checked/unchecked” returned value for switchButtons in version 9.1.4. That’s great.
But there’s still a weird use of jqxSwitchButton :
when you bind the “change” event, and you want to get the value of the switchbutton, the value returned is still the OLD state of the button.
But when you use the “change” event on other buttons (radiobutton for example), the value returned is the NEW state of the radiobutton.
here is a fiddle explaining the differences :
http://jsfiddle.net/mogador/aqkevL6y/
clic on switch Button : you get the OLD value, clic on radiobutton or dropdownlist, you get the NEW value in the CHANGE event.
It would be usefull if all your widgets would have the same logical of use.
thanx,
fabriceb