summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/index.html')
-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>