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
I'm trying to render a checkbox and it's label separately using the form_label and form_widget helper methods. However the label is not rendering because of the way the checkbox template is doing it's checks on the passed in booleans.
How should this be resolved? Create a custom template? If possible I would rather not.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
However the label is not rendering because of the way the checkbox template is doing it's checks on the passed in booleans.
What does that mean? Is it a bug in our template? Both functions should follow the entire render procedure, only print a partial, so it should work. Why doesn't it? PRs very welcome.
I'm trying to render a checkbox and it's label separately using the
form_label
andform_widget
helper methods. However the label is not rendering because of the way the checkbox template is doing it's checks on the passed in booleans.How should this be resolved? Create a custom template? If possible I would rather not.
Thanks in advance.
The text was updated successfully, but these errors were encountered: