diff options
-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. |