I have the next boostrap radio-button:
You should set a common "name" to identify the form:
Monday Tuesday Wednesday Thursday Friday Saturday Sunday
And to get the value, you can get like this:
$('input[name=toggle]:checked').val()