Skip to content

Instantly share code, notes, and snippets.

View kozog's full-sized avatar

Krzysztof Ożóg kozog

  • Kraków, Poland
View GitHub Profile
{# ./src/Acme/DemoBundle/Resources/view/Survey/_question.html.twig #}
{#
Template for rendering a radio button
#}
<div class="question">
{{ form_errors(widget) }}
{{ form_label(widget, label, {'attr': {'class':'question_text'} }) }}
{{ form_widget(widget) }}
</div>