All the choice field types listed in https://symfony.com/doc/current/reference/forms/types.html#choice-fields are inherited options from ChoiceType. But their list of inherited option is incomplete.
In particular, choice_filter is missing in several other types (I haven't checked them all), while it has a valid use case for all of them (see the discussion in symfony/symfony#59716)