I have a form with various fields, tab control etc on it. I also have many tick boxes on it, and many of them work great.
However, I have two tick boxes that I want to reduce to just one. For example the current database has:
[ ] Can be released?
[ ] Can not be released?
I see it as a great benefit to the users that use this to just have the one tick box:
[ ] Released?
However, I want the text on 'Released' to appear green when tick box is ticked, and then appear red and display the text 'No Release' when the tick box is not ticked.
What's the best way to achieve such function?
Thank you
However, I have two tick boxes that I want to reduce to just one. For example the current database has:
[ ] Can be released?
[ ] Can not be released?
I see it as a great benefit to the users that use this to just have the one tick box:
[ ] Released?
However, I want the text on 'Released' to appear green when tick box is ticked, and then appear red and display the text 'No Release' when the tick box is not ticked.
What's the best way to achieve such function?
Thank you