summaryrefslogtreecommitdiffstats
path: root/doc/ttk_checkbutton.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ttk_checkbutton.n')
-rw-r--r--doc/ttk_checkbutton.n12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ttk_checkbutton.n b/doc/ttk_checkbutton.n
index cd5ee64..e74b7b2 100644
--- a/doc/ttk_checkbutton.n
+++ b/doc/ttk_checkbutton.n
@@ -47,13 +47,13 @@ Returns the result of the \fI-command\fR.
.\" Are these useful? They don't invoke the -command
.\" Missing: flash. This is definitely not useful.
.SH "WIDGET STATES"
-The widget does not respond to user input if the \fBdisabled\fP state is set.
-The widget sets the \fBselected\fP state whenever
-the linked \fB-variable\fP is set to the widget's \fB-onvalue\fP,
+The widget does not respond to user input if the \fBdisabled\fR state is set.
+The widget sets the \fBselected\fR state whenever
+the linked \fB-variable\fR is set to the widget's \fB-onvalue\fR,
and clears it otherwise.
-The widget sets the \fBalternate\fP state whenever the
-linked \fB-variable\fP is unset.
-(The \fBalternate\fP state may be used to indicate a ``tri-state''
+The widget sets the \fBalternate\fR state whenever the
+linked \fB-variable\fR is unset.
+(The \fBalternate\fR state may be used to indicate a ``tri-state''
or ``indeterminate'' selection.)
.SH "SEE ALSO"
widget(n), keynav(n), radiobutton(n)