Solved
How to use CSS to change Toggle Button Dimensions
Hi everyone,
How I can change the size dimensions on Toogle Button?

I have tried giving the toggle button the custom class slider-checkbox, but that didn't work.
.slider-checkbox {
width: 79px!important;
height: 52px!important;
}
Has anyone found the CSS solution for this?
Thank you!


