I need a set of 10 button.
User must click on a sequence of five, and after every click the button must remain clicked (pressed, down) and also it muse be disabled, to not allow another click on it
So this is the sequence
- i click on a somthing like a radio
- the radio from 'blue' will change to 'green' (theme 'start'), to indicate it's selected
- Now the user cannot more click on it, so the color must no more change,
but i cannot use the 'disable' method because it change the color to a flat light grey, but I want to keep the 'active' style, with a ribbon like green.
I tried to add and remove class, but I probably cannot locate the 'label' which is the themed html element.
How can i realize this ?