jquery get radio button label text code example
Example: get value for radio button in jquery label
//id you have a label to your checkbox use this one
$("input[type='radio']:checked").parent().text()
//id you have a label to your checkbox use this one
$("input[type='radio']:checked").parent().text()