import floppyforms as forms class ReCaptchaWidget(forms.TextInput): pass class YesNoSwitch(forms.CheckboxInput): pass