I'm wanting to display some radio buttons on a page, but have them disabled.
The page works fine if I don't disable them, but as it is, this code doesn't display the buttons at all. What's wrong?
Turns out that I had a silver background that was essentially making the disabled radio buttons invisible. By specifying a border color of black on these radio buttons, I made them visible on page. Thanx for the help.