You should not use duplicated element id. HTML attribute id is unique value.
id
$('input[name=work_status]:checked').val() will helps you.
$('input[name=work_status]:checked').val()
2.1m questions
2.1m answers
60 comments
57.0k users