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
I'm using "@nstudio/nativescript-checkbox": "^2.0.4", package for designing the check box in my application. After migrating, the check box design not matching properly.
which was perfectly working properly.
How to fix this design issue?
The text was updated successfully, but these errors were encountered:
I have the same issue (using v2.0.5) which is really unfortunate. On Android it is fine, but on iOS the label is always shifted way down like in the picture posted above.
Based on the StackBlitz example here it seems the work around is to use a GridLayout and a separate Label instead of the text attribute of the Checkbox. It's a lot of extra markup but at least it works:
I'm using "@nstudio/nativescript-checkbox": "^2.0.4", package for designing the check box in my application. After migrating, the check box design not matching properly.
which was perfectly working properly.
How to fix this design issue?
The text was updated successfully, but these errors were encountered: