How interrupt Checkbox state?

How can I interrupt the state of a Checkbox? So if a count were high enough that it wouldn’t change.

You can set any widget to disabled so it shows on screen but can’t be interacted with.


Runtime DataTable : Import and export game data to and from CSV or Google Sheets while your game is running!

easyCSV : Read data from any CSV and put them in an easy-to-access string map!

iTween : Free, smooth, procedural object animation

Not sure that is any better. I have multiple checkboxes and can only have a certain amount that can be checked, I’d have to set the rest as disabled and varies which.

Ok, well the alternative is to set an event on check state changed and verify the number of other checked boxes. You can then set the checked state directly in that event based on your criteria. Either way, this is going to require some manual work on your end.

Have a look here:

You could probably easily modify it to support a set number only.

1 Like

Thanks. Bit of a hack.

Thank you, I guess. I’m a hack, too. :innocent:

1 Like