How to fetch Radio button values ?

$( “#log” ).html( $( “input:checked” ).val() + ” is checked!” );