I am using a lightning-input-field which uses the variant=label-hidden and required attributes. This is so I can use my own custom label and put the asterisk in my custom label when needed.
In almost all types of fields, this works! The label and asterisk from the lightning-input-field is hidden, except for one case: the checkbox
When the lightning-input-field is a checkbox and is required, for some reason the required asterisk is NOT hidden and appears on the left of the checkbox
Is there some easy way to make sure to hide the checkbox asterisk so that I can use my own at my custom label?