diff options
author | Denis Anisimov <denis@vaadin.com> | 2016-09-30 16:56:44 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-10-05 09:10:52 +0000 |
commit | 4c2adcefb2dee1b296eef31a8d4944b1b89226e5 (patch) | |
tree | ceae53737cad719126b3522b6402041f133c39d0 /documentation/components/components-checkbox.asciidoc | |
parent | 2ae14ad9affca86448ac1003280b7852354d8a6b (diff) | |
download | vaadin-framework-4c2adcefb2dee1b296eef31a8d4944b1b89226e5.tar.gz vaadin-framework-4c2adcefb2dee1b296eef31a8d4944b1b89226e5.zip |
Update documentation (+javadoc) references to obsolete OptionGroup #237.
Change-Id: Ie90e91f61a5795c90de3c690c3b6af80ec1448d9
Diffstat (limited to 'documentation/components/components-checkbox.asciidoc')
-rw-r--r-- | documentation/components/components-checkbox.asciidoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/components/components-checkbox.asciidoc b/documentation/components/components-checkbox.asciidoc index cf00fd1b61..186f4c5338 100644 --- a/documentation/components/components-checkbox.asciidoc +++ b/documentation/components/components-checkbox.asciidoc @@ -16,9 +16,8 @@ endif::web[] 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]#OptionGroup# component in multiple -selection mode, as described in -<<dummy/../../../framework/components/components-optiongroup#components.optiongroup,"OptionGroup">>. +and check box groups with the [classname]#CheckBoxGroup# component, as described in +<<dummy/../../../framework/components/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 |