I am working with a continuous form that includes a dashboard of various items, including several option buttons that indicate the status of various projects. I am trying to figure out a way to format the option buttons similar to a red-light / green-light system - where if the value is yes then the option button would turn green and if no then red. As I see it the only way to do this would be to change the background color of the option button to red if the value is no; and change the background color and the button color to green is the value is yes. In theory, it seems like it should work, but I cannot seem to figure out a way to do this. Any ideas?