Basic radio box
Te
Avoid using jquery as much as you can. You can also use code below;
$('input').on('ifChecked', function(event){ alert(event.target.value); // alert value });