Frame size gets bad in mobile users

  1. What do you want to achieve?
    I want to create a CheckBox, and when its activated, it shows the “check”
    mark in the text.

  2. What is the issue? Include screenshots / videos if possible!
    When I test it on mobile, the sizes gets very bad and then it would look very ugly.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I’ve tried to change the size to “Scale” and not in “Offset”.

Please help me, thanks! :heart:

I forgot to adjunt images!

That is the view of a mobile user.

If you’re talking about how it isn’t a square shape, try UIAspectRatio to the checkbox. It will make it where it is the same aspect ratio on all sizes.

1 Like