You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the leading label for LabelCheckbox is attached to the checkbox itself with a hardcoded spacing no matter how much horizontal space UI layout allocates to the component.
We want to make sure that the leading label aligns to the leading layout side so it can be properly used in full width UI as a single component (otherwise in the application we use a label-less checkbox with a separate label that either requires additional work to be tappable throughout or is only tappable on the checkbox itself).
Right now the leading label for
LabelCheckbox
is attached to the checkbox itself with a hardcoded spacing no matter how much horizontal space UI layout allocates to the component.We want to make sure that the leading label aligns to the leading layout side so it can be properly used in full width UI as a single component (otherwise in the application we use a label-less checkbox with a separate label that either requires additional work to be tappable throughout or is only tappable on the checkbox itself).
This to apply as well to #767
The text was updated successfully, but these errors were encountered: