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