Closed
Description
Is your feature request related to a problem? Please describe...
We want to target the "primary" label element within form-group elements for styling (like bold font-weight) without having to be aware of all the other label elements that can be rendered within a BFormGroup (checkboxes, radios, etc).
Describe the solution you'd like
We would like to be able to configure the labelClass prop for BFormGroup globally via the plugin settings.
Describe alternatives you've considered
We have considered applying the labelClass for every field, but given we'd use the same class almost universally, configuring it at the plugin level would be idea.
Alternatively, if the library itself provided a built-in class to the primary label element, that would help enable the ability to theme it as well.
Additional context
N/A