3 option buttons,
a=10
b=11
c=12
If I select a,
the numbers (10) will show in a label.
if b button,show "11"
if c ,show "12"
How can I do that?Thanks.