


If the text is in a field (regular or richText), it is easy, by setting the textColor property. That said, now looking at the text issue. In other words, with Checkboxes, "Off" is a legal answer, whereas with Radiobuttons it is not. Radiobuttons and Checkboxes are essentially identical, with one difference: Once an option of a set of radio buttons has been selected, it is no longer possible (for the user) to uncheck it there will always be one option of the set selected, whereas with a set of checkboxes (same name, different return value), it is possible to uncheck.
