I have a radio button list

value = 1, text = "Option 1"
value = 2, text = "Option 2"

It might soung stupid but how do I get the first item to display if I enter the number 1 and the second item if I enter the number 2.

Cheers Big Ears