I try to check a radio button with jQuery. Here\'s my code:
try this
$("input:checked", "#radioButton").val()
if checked returns True if not checked returns False
True
False
jQuery v1.10.1