summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-23 20:14:43 -0500
committerJules Laplace <jules@okfoc.us>2015-11-23 20:14:43 -0500
commit19368b556a580625d7457167d0869af6ceeac18c (patch)
tree8905d4e3172af258ccc0955ec790f610a3b9352a
parent222afaeae4e74700872726c2bdf43939037bdb66 (diff)
button
-rw-r--r--StoneIsland/www/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index e41a4c6b..3db92d33 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -609,10 +609,10 @@
<div class="checkbox-container">
<div class="checkbox-row">
<div class="checkbox-toggle">
- <input id="save_as_default_cart_shipping" type="radio" name="IsDefault" value="true" required>
+ <input id="save_as_default_cart_shipping" type="checkbox" name="IsDefault" value="true" required>
<label for="save_as_default_cart_shipping"></label>
</div>
- <label class="checkbox-caption" for="express-shipping">
+ <label class="checkbox-caption" for="save_as_default_cart_shipping">
SAVE AS DEFAULT
</label>
</div>