Are checkboxes designed to be resized? I'm looking to make the ones in my game about 200% bigger. I'm not sure if they have an image-like property that allows them to be altered or not. Any help is appreciated. Thank you!
Assuming you mean the <<checkbox>> macro. No, not in a way that's portable across browsers. It uses the standard HTML form control of the same name for its UI, which generally has poor styling support.
It works in Chrome as well. The only thing you have to be aware of is the spacing, because the size of the object is still the same as if it was a regular sized checkbox. If you don't put an extra space, the checkboxes overlap with the letters next to them. That's super easy to work around, though, so thank you!!
Comments
I tested only with Firefox.