Provide k-checkbox-label
when the label is placed on the left side
#5037
Labels
C:Input
Enhancement
New feature of an existing functionality or an improvement of an existing functionality.
Describe the bug
The existing
k-checkbox-label
andk-radiobutton-label
classes add space between the label and the input which makes them appear more user-friendly.However, there is no available class if the label is placed on the left side of the input:
The workaround is to use an inline style, which has been used for the
k-checkbox-label
:https://stackblitz.com/edit/angular-q9mv5x?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts
The text was updated successfully, but these errors were encountered: