How to insert an HTML link in a label?

Ideally, we would like to have a HTML link (with target=_blank) in the label of a checkbox:


(highlight of “AGB” just for clarity, it should be styled as a link, of course)

This is in a form in our application. The checkbox confirms that the customer has accepted some general conditions, so ideally they can also directly open the general conditions at this place.

A workaround might be to have a link under the control, but it is important that the link opens in a new tab.

Hi,
if you put the link below or next to the the checkbox (and suppress the label) it should work using insertion of expressions in the UI designer. However, my experience with that was not really positive.
In our project, we are using annotation based link modeling for (dynamically change-able ) links. Certainly this works as special case for constant links, too. This is a zero coding approach since the (generic) code is already there, one just uses the annotation in the UI model.

Cheers
Jürgen