Hello,
I'm trying to include a link, or you can say html inside a custom field's label I created via LayoutProcessor. It's always parsed as text like Label
I could not find anywhere instructions for this, even though it should had been a simple thing, please help.
'component' => "Magento_Ui/js/form/element/single-checkbox",
....
'elementTmpl' => "ui/form/components/single/checkbox",
.....
// 'label'=>_('Request 3rd Party <a href="cucubau">Assembly Info</a>'),
'description'=> _('Request 3rd Party <a href="cucubau">Assembly Info</a>'),
Thanks!
Solved! Go to Solution.
You need to create a template of the checkbox and add it using layoutprocessor
You need to create a template of the checkbox and add it using layoutprocessor
Thanks.