<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE TIP SYSTEM "http://tcl.activestate.com/cgi-bin/tct/tip/tipxml.dtd">
<!-- Converted at Sat May 25 18:26:40 GMT 2013 -->
<!-- TIP AutoGenerator - written by Donal K. Fellows -->

<TIP number='109'>
<header><title>New Look for Checkbutton and Radiobutton on Unix</title><author address="mailto:bgriffin@model.com">Brian Griffin</author><status type='project' state='final' tclversion="8.5" vote='after'>$Revision: 1.4 $</status><history></history><created day='1' month='oct' year='2002' /></header>
<abstract>This TIP proposes changing the look of the Tk checkbutton and radiobutton widgets on Unix to more closely match the Windows counterparts.</abstract>
<body><section title="Rationale">
<para>The current visual aspect of the Unix version checkbutton and radiobutton has proved to be confusing to users. The distinction between selected (On) and unselected (Off) states are not visually different enough to clearly identify one from another. Indeed, in the rare case where only one checkbutton is present, one cannot tell for certain if the state is On or Off. With a check or dot mark icon (dependent on the type of widget) displayed in the Windows version, there is no question about the state of the widget.</para>
</section>
<section title="Proposed Changes">
<para>The checkbutton shall (when the indicator is turned on) display an check-mark or other distinguishing icon/symbol that clearly indicates an On state. The Off state will be displayed with an empty box. The state values will <emph style="italic">not</emph> be indicated by changing relief or background color.</para>
<para>The radiobutton shall (when the indicator is turned on) display an dot mark or other distinguishing icon/symbol that clearly indicates a selected or On state. The unselected or Off state shall be displayed with an empty diamond. The state values will <emph style="italic">not</emph> be indicated by changing relief or background color.</para>
</section>
<section title="Copyright">
<para>This document has been placed in the public domain.</para>
</section>
</body></TIP>
