Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

selecting only one radio button

<!-- Just give all the radio buttons the same name. 
Html will then allow you to select only one. -->

<input type="radio" name="radAnswer" />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #selecting #radio #button
ADD COMMENT
Topic
Name
9+9 =