I have a dropdown list containing width values:
- val1
- val2
- val3
- all
And I also have three checkboxes:
- val1
- val2
- val3
The checkboxes are responsible for a progress bar, all of them have an onclick
function and they are working well.
I want to make them work when I use the dropdown
list too but I can't. So when I select a value from the dropdown
list it modifies the checkboxes checked
attribute but has no effect on the progress bar and I don't know why.