Hi. So I was wondering if there was any way to change the size of the Checkbox (not the font). If both are increased, that's fine. Just not ONLY the font. Thanks!
You need to set CSS for it.
Property: "transform"
Value: "scale(1.5)"
Develop games in your browser. Powerful, performant & highly capable.
You need to set CSS for it. Property: "transform" Value: "scale(1.5)"
Okay. thnx