You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could do this in tksheet 6 like:
cb = sheet.checkbox(0,
0,
checked = None,
state = None,
check_function = "",
text = None)
if cb['checked'] == True:
print('checked')
But this does not work anymore.
The text was updated successfully, but these errors were encountered:
I could do this in tksheet 6 like:
cb = sheet.checkbox(0,
0,
checked = None,
state = None,
check_function = "",
text = None)
if cb['checked'] == True:
print('checked')
But this does not work anymore.
The text was updated successfully, but these errors were encountered: