kxgames / glooey

An object-oriented GUI library for pyglet.
MIT License
91 stars 6 forks source link

Don't allow radiobuttons to be unchecked by clicking on them #60

Open MichaelSinsbeck opened 1 year ago

MichaelSinsbeck commented 1 year ago

In a group of radiobuttons, one button should always be checked. So when clicking on a checked button, it should not be toggled.