label weight

does anybody know better solution change specific labels to bold...?
->label(function () {
return new HtmlString("<span class='font-extrabold'>".__('label name').'</span>');
}),
Was this page helpful?