how do i get the user to check only one of these checkboxes .. is there any way other than disabling the checkboxes on selection??
<td width="25%"><input type="checkbox" name="choice" value="Good" />Good</td>
<td width="25%"><input type="checkbox" name="choice" value="Average" />Average</td>
<td width="25%"><input type="checkbox" name="choice" value="Sucks" />Sucks</td>
<td width="25%"><input type="checkbox" name="choice" value="Fascinating" />Fascinating</td>
if its a javascript, please make it simple to understand ..
You are looking for a radio button group.