aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/components/components-checkbox.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/components/components-checkbox.asciidoc')
-rw-r--r--documentation/components/components-checkbox.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/components/components-checkbox.asciidoc b/documentation/components/components-checkbox.asciidoc
index 67e3ad6108..b739ee5bf1 100644
--- a/documentation/components/components-checkbox.asciidoc
+++ b/documentation/components/components-checkbox.asciidoc
@@ -17,7 +17,7 @@ checked or unchecked. The caption of the check box will be placed right of the
actual check box. Vaadin provides two ways to create check boxes: individual
check boxes with the [classname]#CheckBox# component described in this section
and check box groups with the [classname]#CheckBoxGroup# component, as described in
-<<dummy/../../../framework/components/components-optiongroups#components.optiongroups,"CheckBoxGroup and RadioButtonGroup">>.
+<<components-optiongroups#components.optiongroups,"CheckBoxGroup and RadioButtonGroup">>.
Clicking on a check box will change its state. The state is a [classname]#Boolean#
property that you can set with the [methodname]#setValue()# method and obtain with