aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_checkBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/KvsObject_checkBox.cpp')
-rw-r--r--src/modules/objects/KvsObject_checkBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_checkBox.cpp b/src/modules/objects/KvsObject_checkBox.cpp
index 3056ae91f..25c605b1f 100644
--- a/src/modules/objects/KvsObject_checkBox.cpp
+++ b/src/modules/objects/KvsObject_checkBox.cpp
@@ -49,7 +49,7 @@
(unchecked).
@functions:
!fn: <bool> $isChecked()
- Returns '1' if the check box is checked, '0' otherwise.[br]
+ Returns [b]1[/b] if the check box is checked, and [b]0[/b] otherwise.[br]
See also [classfnc]$setChecked[/classfnc]().
!fn: $setChecked([<bChecked:bool>])
Sets the check box 'checked state' to <bool>.