There is no Command option for the Tkinter Label, so we will use bind option to executed and open Check window.
Here we will have two labels, one is of different font and style. On click of this label we will execute another function by using bind option of the lebel.
ON click of the label the function will execute and open the child window.