I want to create 4 buttons in interface which initially have no colors but when we click on them it turns to blue color( need the code using for loop)
Discussion posts and replies are publicly visible
What did you try so far? Buttons have a color attribute which can be made to change on conditions. Some local variable could hold state.
But, do you want to share your use case?