robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
455 stars 114 forks source link

Feature request: radio buttons/checkboxes in choicebox #167

Open gmeader opened 4 years ago

gmeader commented 4 years ago

Provide an option to display radio buttons in choicebox and checkboxes in multchoicebox instead of using a listbox to display the options. This would allow for a more standard way of displaying choice items for usability. I realize that a listbox provides for a long list of items by scrolling, but often the options are few.