Skip to content

Instantly share code, notes, and snippets.

@liondancer
Created December 31, 2014 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liondancer/1c2eb4eb2f510bacad81 to your computer and use it in GitHub Desktop.
Save liondancer/1c2eb4eb2f510bacad81 to your computer and use it in GitHub Desktop.
class TestForm(forms.Form):
test_type = forms.MultipleChoiceField(required=True, widget=forms.RadioSelect, choices=TEST_TYPE_CHOICES)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment