Skip to content

Instantly share code, notes, and snippets.

@leewillis77
Last active December 18, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leewillis77/5853523 to your computer and use it in GitHub Desktop.
Save leewillis77/5853523 to your computer and use it in GitHub Desktop.
What would cause this HTML to display as three radio buttons, but *ALL* unchecked?
<input type="radio" class="quote-method" name="quote_method" value="total" checked>Single quote for total cart weight<br>
<input type="radio" class="quote-method" name="quote_method" value="items" >Sum of quotes for individual items<br>
<input type="radio" class="quote-method" name="quote_method" value="consolidateditems" >Sum of quotes for consolidated items<br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment