Hello everyone. How to reduce the size of a checkbox? Can someone share the oml?
Hello @ZH T
I would suggest you take a look at this OML file I'm sharing with you. It contains instructions on how to reduce the size of a checkbox.
Click on the CSS tab to find the CSS code that needs to be implemented on your screen.
Regards
Nikhil kumar vijay
Hello @ZH T,
Please try to implement the solutions suggested into below posts.
https://www.outsystems.com/forums/discussion/76987/how-can-i-reduce-the-size-of-the-checkbox/
https://www.outsystems.com/forums/discussion/88350/how-to-decrease-the-size-of-a-checkbox-widget/
Thanks,
Sachin
To change the size of your checkbox, simply copy and paste this CSS code.
input.checkbox::before { width: 11px; height: 11px;}input.checkbox:checked::after { width: 7px;}[data-checkbox]:checked::after { left: 2px; top: 2px; width: 12px;}
Hi ZH,
Please check the OML and if you got the solution then please marked as solution
I can’t find the checkbox element in this OML?