0
如何在啓動時設置檢查按鈕true,當我運行我的程序時,它顯示爲空複選框。我想爲checkbutton開始檢查而不是選中如何在python中設置checkbutton「true」
這是我對checkbutton
self.checkbutton = Checkbutton(self.frame1, text="Automatisch", onvalue=1, pady=12, padx=0, command=self.set_automatic_bool).grid(row=1, column=1, columnspan=5, sticky=NSEW)
THX的快速響應代碼。它現在有效! – lloydd4
沒問題,還有'.deselect()'在需要的情況下 –