Is there way to tell if a radio button is checked by not using the value at all?? And by not using any javascript either..
Here is what Im using:
<input type="radio" name="item_id" value="1" />
<input type="radio" name="item_id" value="1" />
Now I need the name and value to stay like that.. Is it possible to see which is checked?