Proposed Changes
Remove our custom ChoiceField and MultipleChoiceField subclasses from utilities.forms.fields.
Justification
These custom classes exist solely to employ the StaticSelect and StaticSelectMultiple form widgets, which are being removed in v3.5 per #11765.