619
Views
2
Comments
Solved
How can I reduce the size of the checkbox?
Question


Hello everyone,



I need the size of the checkbox to be the size of my delete and edit icon.

I also read some posts and this one that has the problem of the size of the checkbox in a mobile application.

https://www.outsystems.com/forums/discussion/46543/resize-checkbox-widget/#Post170117


I can't apply it because it involves the size of all the checkboxes on the screen, I just want something specific that only affects the size of the list's checkbox.

I hope you can help me.


Greetings.

2021-04-17 09-53-48
José Gonçalves
Solution

Hi Cristian,

you can copy the original checkbox class to that module/screen css, rename it and apply your changes in that renamed class. Just replace the class of the checkbox to the one you created.

Regards

2022-03-10 08-26-10
Cristian Angel Puma Villalva

Thanks Jose,

In case someone needs it, I put the image with the proposed solution. In addition to this, I had to put !important to see the size reflected.



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.