If you mean that you want to just select one of them,,you should put the same name for all your 3 radio button like this:
<input type="radio" name="test" value="red">
<input type="radio" name="test" value="blue">
<input type="radio" name="test" value="green">