Web Analytics Made Easy - Statcounter

Thanks to visit codestin.com
Credit goes to docs.PySimpleGUI.com

Skip to content

PLACEHOLDER FOR ELEMENT NOT YET DONE

TabGroup call reference

Checkbox elements are like Radio Button elements. They return a bool indicating whether or not they are checked.

layout =  [[sg.Checkbox('My first Checkbox!', default=True), sg.Checkbox('My second Checkbox!')]]
checkbox