Hello,
I'm having an issue where {% bootstrap_field field show_label="skip" %} causes checkbox fields to display as encoded characters. On line 488 of renderers.py you have:
field = field + label
label = mark_safe("")
Did you mean to put those in the other order?
Thanks,
Moses