- Django does NOT show help_text for bool fields by default (unlike charfields etc) - However, I think we should in our project change this behavior, ie: - Show help_text for boolean fields (checkbox) as ~label~ / description after the widget - If people dont want/need to see the help_text, then they can simply unset it (and, for internal use, use a comment etc)
Django does NOT show help_text for bool fields by default (unlike charfields etc)
However, I think we should in our project change this behavior, ie:
Show help_text for boolean fields (checkbox) as
label/ description after the widgetIf people dont want/need to see the help_text, then they can simply unset it (and, for internal use, use a comment etc)