I was instructed to change the point color in a RadioButtonField, that little blue dot that appears on the selected item, as well as the color of a ButtonField when pressed, to orange. How can I make this?
I already changed the LabelField color by making a subclass and overriding the paint method.