Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Leon Hansen   on Jan 13 In Java Category.

  
Question Answered By: Hu Chalthoum    on Jan 13

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">

Share: 

 

This Question has 9 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on GUI problem Or get search suggestion and latest updates.


Tagged: