Tkinter Combobox is the drop-down list for the user to choose from the given group of options. It is a combination of Entry and drop-down menu.
Combobox widget is a class of ttk module of tkinter library, so you need to import this module.
w = checkbutton(master, options)