{% if input_type == "checkbox" %}
{% include "bootstrap_toolkit/field_checkbox.html" %} {% include "bootstrap_toolkit/field_help.html" with display="inline" %} {% include "bootstrap_toolkit/field_errors.html" with display="block" %}
{% else %} {% if input_type == "multicheckbox" %}
{% include "bootstrap_toolkit/field_choices.html" with type="checkbox" %} {% include "bootstrap_toolkit/field_help.html" with display="block" %} {% include "bootstrap_toolkit/field_errors.html" with display="block" %}
{% else %} {% if input_type == "radioset" %}
{% include "bootstrap_toolkit/field_choices.html" with type="radio" %} {% include "bootstrap_toolkit/field_help.html" with display="block" %} {% include "bootstrap_toolkit/field_errors.html" with display="block" %}
{% else %}
{% include "bootstrap_toolkit/field_default.html" %} {% include "bootstrap_toolkit/field_help.html" with display="inline" %} {% include "bootstrap_toolkit/field_errors.html" with display="block" %}
{% endif %} {% endif %} {% endif %}