diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-25 06:40:41 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-25 06:40:41 -0500 |
| commit | dbf94970c029eda68564ebc9a6129a778caacf4a (patch) | |
| tree | 732d2cc54471aae7f204a5daee564465cbbf4818 /StoneIsland/www/index.html | |
| parent | c0eff609a1d882c9246a4c38627b7c343faf92cb (diff) | |
address form stuff..
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 1ca0ab77..6b3b6495 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -806,6 +806,19 @@ </div> </div> <input type="number" name="Phone" placeholder="Phone Number"> + + <div class="checkbox-container"> + <div class="checkbox-row"> + <div class="checkbox-toggle"> + <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="save_as_default_cart_shipping"> + SAVE AS DEFAULT + </label> + </div> + </div> + </script> </body> |
