We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ccb33 commit 823970bCopy full SHA for 823970b
reference/forms/types/options/choice_label.rst.inc
@@ -17,7 +17,7 @@ more control::
17
'maybe' => null,
18
),
19
'choice_label' => function ($choiceValue, $key, $value) {
20
- if ($value == choiceValue) {
+ if ($value == $choiceValue) {
21
return 'Definitely!';
22
}
23
0 commit comments