django-semanticui-forms
django-semanticui-forms copied to clipboard
Initial ChoiceField value ignored when boolean
Initial ChoiceField value is ignored when it's type equals boolean. Works flawlessly with string for example initial="False" passed.