from django import forms

class ReCaptchaWidget(forms.TextInput):
    pass


class YesNoSwitch(forms.CheckboxInput):
    pass