I have one input (type radio) that I want to insert it 2 values, something like that:
Can't do it.
You need either a hidden input (which you say you don't want) or use value="value1,value2" and then explode in the PHP script.
value="value1,value2"
explode