how to grab only the radio button checked in html code example
Example: radio input value
<input type="radio" name="test" id="test" value="this is the value">
<input type="radio" name="test" id="test" value="this is the value">