I have a form with a series of "traffic lights". These are indivdiual toggle buttons, with an option value that corresponds to a table "Status Options", and feeds another Table "Project Status".
So - if the green light is clicked the option value is 1, the status options table says that's green, the project status then registers green. (The traffic light colour system is a client requirement).
At the moment the toggle buttons have images embedded to give them the appropriate colour. The user simply chooses the appropriate colour for the status of their project.
Problem: it's very hard to tell which toggle button has been selected. Is there an (easy) way to highlight the selected toggle and/or dim the unselected ones?
So - if the green light is clicked the option value is 1, the status options table says that's green, the project status then registers green. (The traffic light colour system is a client requirement).
At the moment the toggle buttons have images embedded to give them the appropriate colour. The user simply chooses the appropriate colour for the status of their project.
Problem: it's very hard to tell which toggle button has been selected. Is there an (easy) way to highlight the selected toggle and/or dim the unselected ones?