Added event handler for check boxes
Created by: HighSaltLevels
What/Why
The randomizer needs an event handler for checking the check boxes so that the GUI elements will reflect the state of the check box. The event handler will toggle the state of the spin boxes associated with that check box when you toggle the state of that check box.
Other things that changed
- I fixed a spelling error on one of the ToolTips
- I wildcarded
__pycache__
in the.gitignore