jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
317 stars 30 forks source link

BooleanField shows label twice #128

Closed lsmoker closed 5 months ago

lsmoker commented 5 months ago

In 1.3.9, a BooleanField named checkbox will show "Checkbox: Checkbox" before the input control. Using the bootstrap FormRenderer.

jrief commented 5 months ago

Confirmed. Thanks for reporting.

jrief commented 5 months ago

This regression has been added in aa0be005a987bd354d54afff5127ac3aca923b7e and was part of release 1.3.8 and 1.3.9. Will be fixed in 1.3.10. Sorry for the inconvenience.