For example, a slider ranged from value 0 to value 50 has been created.
And then I want to check a checkbox to make the slide handle isn't exceeding value 25. That is, it can only slide between 0 and 25. After the checkbox is unchecked, the slide handle can again slide freely between 0 and 50. Is there a way to do that?
I had read Methods of slider, but there isn't seem to be a method to do that.