'''Is it possible to have Tk8.5 radio/checkbuttons in menus that are recognizable as such even if not checked?''' (And without much change to old 8.4 code) Unlike with Tk8.4 I can no longer discern a menu checkbox if unchecked, because the box is missing. That lost box is lost information. (I know the new design is regarded standard "good" GUI practice, but... For me it is yet another classic IT ridiculousity (like not having a NULL value for boolean data in that infamous SQL thing, or, like placing a wheel on an important mouse button, etc.).) I know from experience the problem/complaint is a bit too subtle to readily comprehend. Or, the ridiculousity of said innovation is too hard to accept. ''Still, let me try to explain:'' A GUI should be as self-explanatory as possible. I assume intelligent and courageous users who don't want to waste their time with wondering "what is this" or with wading thru stupid helpfiles, reading 90% irrelevant stuff. My users instead just try the damn thing out. Often a little (even if perhaps redundant) hint can help see at first glance what a menu is about, e.g. by subconsciously reasoning: "Ah, this menu entry is not a command but a switch (so it won't hurt if I klick it)." or, "Ah, here's a list of values, and the empty value is checked." Dear GUI graphics designers: You don't help the user with hiding information just because it might look inelegant or scary (like that wrinkly empty checkbox frame, which could remind the user there's something to check). Note to the marketeers: At the end, a gadget is to be used, not just marveld at for it's elegant looks. So, please give me back the empty checkbox visual... ---- [ZB] ...but if so, perhaps make it optional, please. In my opinion a difference "option <-> command" should be easily recognizable just from the context (from menu point description). That newer look is quite pleasant to me. [MG] What OS are you running on? On my Windows system (which uses the same native menu code between 8.4/8.5), checkbutton menu entries have never shown a box, there's just a tick when it's selected/on and nothing when it's off. [ZB] If you mean me: I'm running Linux, and the behaviour is exactly the same - and I would to keep it work this way.