Skip to content

Commit 3fc562a

Browse files
evabelpeqjavihgil
authored andcommitted
Add label_html in accept conditions (#25)
1 parent 92ea3a9 commit 3fc562a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Form/AcceptInvitationForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
6969
$builder->add('acceptConditions', CheckboxType::class, [
7070
'required' => true,
7171
'mapped' => false,
72+
'label_html' => true,
7273
]);
7374
}
7475
}

src/Form/RegisterForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
7777
$builder->add('acceptConditions', Types\CheckboxType::class, [
7878
'required' => true,
7979
'mapped' => false,
80+
'label_html' => true,
8081
]);
8182
}
8283
}

0 commit comments

Comments
 (0)