Last active
December 18, 2015 22:19
-
-
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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