\wxheading{Window styles}
-There are no special styles for wxCheckBox.
+\twocolwidtha{5cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{\windowstyle{wxALIGN\_RIGHT}}{Makes the text appear on the left of the checkbox.}
+\end{twocollist}
See also \helpref{window styles overview}{windowstyles}.
\wxheading{Return value}
-Returns {\tt TRUE} if it is checked, {\tt FALSE} otherwise.
+Returns {\tt true} if it is checked, {\tt false} otherwise.
\membersection{wxCheckBox::IsChecked}\label{wxcheckboxischecked}
This is just a maybe more readable synonym for
\helpref{GetValue}{wxcheckboxgetvalue}: just as the latter, it returns
-{\tt TRUE} if the checkbox is checked and {\tt FALSE} otherwise.
+{\tt true} if the checkbox is checked and {\tt false} otherwise.
\membersection{wxCheckBox::SetValue}\label{wxcheckboxsetvalue}
\wxheading{Parameters}
-\docparam{state}{If {\tt TRUE}, the check is on, otherwise it is off.}
+\docparam{state}{If {\tt true}, the check is on, otherwise it is off.}