Reputation: 35759
by default, when we put disabled="disabled" for <input type="radio"
.. . it will turn grey color. what is the css i need to use the change the color ? can i do this instantly with jquery ?
Upvotes: 1
Views: 4280
Reputation: 65284
styling radio buttons is not widely supported by most browser as you can see in this test.
but if you really want it, you may try this plugin
Upvotes: 2