We're using Umbraco Forms, and we'd like the content-editor to add a link within the label of a checkbox field (for example, "I agree with the Privacy Policy", where Privacy Policy should be a link). What would be the best/easiest method to do this? I can alter the view and add an Html.Raw to the label text, and then just fill in HTML from the forms editor, but that is kind of hacky.