{% extends "MopaBootstrapSandboxBundle::layout.html.twig" %} {% from 'MopaBootstrapBundle::flash.html.twig' import session_flash %} {% block headline %}Choice Widgets{% endblock headline %} {% block content %}
{{ form_widget(form) }}

Choice form widgets

Here we try to show all possible choice form widgets


And there is a lot to do

{% endblock content %} {% set showTemplate = _self %}{% set showForm = formType %}