{# Custom form theme based on file : Resources/views/Form/bootstrap_4_layout.html.twig
where unique change is use of filter |raw on line
{{- label is not same as(false) ? (translation_domain is same as(false) ? label|raw : label|trans(label_translation_parameters, translation_domain))|raw -}}
This is to allow use of html in choice type choices label,
as suggested here : https://stackoverflow.com/questions/45562135/html-in-label-choice-form
#}
{%blockcheckbox_radio_label-%}
{#- Do not display the label if widget is not defined in order to prevent double label rendering -#}