<template>
<template if:false={labelHidden}>
<c-pfm-text type="label" required={required} inline>
{label}
</c-pfm-text>
</template>
<lightning-helptext
content={content}
class="popover"
if:true={valHelpText}
icon-name="utility:info"
></lightning-helptext>
</template>