diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 63777871..5fb80fd8 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1121,6 +1121,11 @@ class Radio(Element): """ """ self.TKIntVar.set(0) + def Get(self): + """ """ + return self.TKIntVar.get() == self.EncodedRadioValue + + def __del__(self): """ """ try: