diff options
author | tmattsso <thomas@vaadin.com> | 2018-11-20 13:03:22 +0200 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-11-20 13:03:22 +0200 |
commit | 124ed6d87ecfdfbb1d88ffdf615f5c8cc7f0e0b1 (patch) | |
tree | 4fa82c82f168f00b60af53f7a8f1cc37082d6805 /documentation/components | |
parent | 0e1738ee89369ea047eac1bfaaa8587ac571af59 (diff) | |
download | vaadin-framework-124ed6d87ecfdfbb1d88ffdf615f5c8cc7f0e0b1.tar.gz vaadin-framework-124ed6d87ecfdfbb1d88ffdf615f5c8cc7f0e0b1.zip |
Removes wrong suggestion from checkbox documentation (#11324)
Diffstat (limited to 'documentation/components')
-rw-r--r-- | documentation/components/components-checkbox.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/components/components-checkbox.asciidoc b/documentation/components/components-checkbox.asciidoc index 4e1205be8f..67e3ad6108 100644 --- a/documentation/components/components-checkbox.asciidoc +++ b/documentation/components/components-checkbox.asciidoc @@ -55,5 +55,4 @@ image::img/checkbox-example1.png[width=35%, scaledwidth=50%] The top-level element of a [classname]#CheckBox# has the [literal]#++v-checkbox++# style. It contains two sub-elements: the actual check -box [literal]#++input++# element and the [literal]#++label++# element. If you -want to have the label on the left, you can change the positions with "[literal]#++direction: rtl++#" for the top element. +box [literal]#++input++# element and the [literal]#++label++# element. |