diff --git a/reference/forms/types/choice.rst b/reference/forms/types/choice.rst index 459ee060efe..37f0c96935f 100644 --- a/reference/forms/types/choice.rst +++ b/reference/forms/types/choice.rst @@ -147,7 +147,7 @@ Field Options choices ~~~~~~~ -**type**: ``array`` **default**: ``[]`` +**type**: ``array``, ``callable`` **default**: ``[]`` This is the most basic way to specify the choices that should be used by this field. The ``choices`` option is an array, where the array key