in my Django application I\'ve got a form with a ChoiceField that normally allows to choice between a range of integer values.
Hello I have a form with ChoiceField whose widget is set to RadioSelect Now to override default html output one needs to subclass RadioFieldRenderer like this: