I would like to set translated label for checkbox using twig. In documentation it is said that I can set label like this:
{{ form_widget(search_form.matched, { 'id': 'matched' }) }}
{{ form_label(search_form.matched, 'only_matched'|trans({}, 'offers')) }}
Unfortunatelly label is not changing at all. Am I missing something here?