You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It actually seems like this is supported, but only for the CheckboxInput, which only renders one checkbox. To render multiple checkboxes, CheckboxSelectMultiple must be used.
Currently it is not possible to render checkboxes inline as in Bootstrap documentation: https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline
I would need this option in the
bootstrap_field
template tag.The text was updated successfully, but these errors were encountered: