Link in label form

How can i put html code in label field inside form.md without hacking the plugin form? I have this:

        - name: privacy
          framework_size: full
          label: <a href="privacy">Read the privacy</a>
          placeholder: 333-1234567
          type: checkbox
          validate:
            required: true

and it escapes the label…

You can override the field’s Twig file in your plugin/theme without having to hack the plugin.