Created by: MartijnCuppens
There's currently no clean way to theme form labels, simply because they have no class. By just adding styles to the <label>
element, styles can leak to other elements like the checkbox labels.
I added a new .form-label
class and some null
variables which makes it easier to theme these labels and prevent style leaks.