javascript get value of input checkbox code example
Example: get value of selected checkbox jquery
$('#checkbox_id:checked').val();
//if checkbox is selected than gets its value
$('#checkbox_id:checked').val();
//if checkbox is selected than gets its value