diff --git a/src/Form/Type/BraintreeIntegrationSettingsType.php b/src/Form/Type/BraintreeIntegrationSettingsType.php
index d6450ef5c..fce3c6066 100644
--- a/src/Form/Type/BraintreeIntegrationSettingsType.php
+++ b/src/Form/Type/BraintreeIntegrationSettingsType.php
@@ -130,14 +130,16 @@ public function buildForm(FormBuilderInterface $builder, array $options)
                 'vaultMode',
                 CheckboxType::class,
                 [
-                    'label' => 'aligent.braintree.settings.vault_mode.label'
+                    'label' => 'aligent.braintree.settings.vault_mode.label',
+                    'required' => false
                 ]
             )
             ->add(
                 'fraudProtectionAdvanced',
                 CheckboxType::class,
                 [
-                    'label' => 'aligent.braintree.settings.fraud_protection_advanced.label'
+                    'label' => 'aligent.braintree.settings.fraud_protection_advanced.label',
+                    'required' => false,
                 ]
             )
             ->add(