More procedures for the GUI Checkbox so it's more usable

Started by JustANormalHTTYDFan on

Topic category: Feature requests and ideas for MCreator

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
More procedures for the GUI Checkbox so it's more usable

Exactly as it says, the Checkbox as it sits is lacking a few things that make it just a worse option than a button or textfield despite how useful a checkbox would be. There's no ability to use procedures to set a checkbox to be checked or not checked (like how we can set the text in a textfield), there's no option to set a procedure to run when the checkbox is clicked on (say to allow there to be conditions as to where or not it should be allowed to be checked/unchecked), and there's no option to set it as visible or invisible. All things you can do with buttons or textfields, but not with a checkbox.

So, what I'm requesting is these things be added. A procedure to set a GUI checkbox to checked or not, the ability to run a procedure on clicking the checkbox, and the ability to set a procedure to determine if the checkbox will be visible or not.