Vidyalelo
Python · Q13

GUI Programming with Python

Programming · Python · question 13

Q13

What is the role of the Checkbutton widget in Tkinter?

A.
Displaying images
B.
Handling mouse clicks
C.
Selecting multiple options
Answer
D.
Drawing shapes

Answer: Option C

Solution

Answer: Option C
Solution:
The Checkbutton widget allows the user to select multiple options from a list.