diff --git a/assets/views/shop/checkout.html b/assets/views/shop/checkout.html
index 79fa985..194b7dd 100644
--- a/assets/views/shop/checkout.html
+++ b/assets/views/shop/checkout.html
@@ -232,7 +232,7 @@
{% if logged_in_customer and not profile_filled %}
- {{ ui::checkbox(name="save_profile", id="save_profile", label=t(key="checkout-save-profile", lang=lang | default(value='sk')), checked=true) }}
+ {{ ui::checkbox(name="save_profile", id="save_profile", label=t(key="checkout-save-profile", lang=lang | default(value='sk'))) }}
{% endif %}
{% if can_create_account %}