I have some radio buttons with default checked attributes but they show up as being unchecked. However using Firebug, I can see that they are in fact checked. When I remove the JQuery library from the page, the buttons work fine.
Yes<input type="radio" value="1" name="Contact0_AmericanExpress" style="width: 20px;" id="amex">
No<input type="radio" checked="checked" value="0" name="Contact0_AmericanExpress" style="width: 20px;"></li>
Any ideas?