Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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!
Develop games in your browser. Powerful, performant & highly capable.
You need to set CSS for it.
Property: "transform"
Value: "scale(1.5)"
You need to set CSS for it. Property: "transform" Value: "scale(1.5)"
Okay. thnx