what is the purpose of a radio button's value property 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">