diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/components/components-optiongroups.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/components/components-optiongroups.asciidoc b/documentation/components/components-optiongroups.asciidoc index dbb8647234..bc2e261cf3 100644 --- a/documentation/components/components-optiongroups.asciidoc +++ b/documentation/components/components-optiongroups.asciidoc @@ -87,7 +87,8 @@ Each check box will have the [literal]#++v-checkbox++# style, borrowed from the [classname]#CheckBox# component, and each radio button the [literal]#++v-radiobutton++# style. Both the radio buttons and check boxes will also have the [literal]#++v-select-option++# style that allows styling -regardless of the option type. Disabled items have additionally the +regardless of the option type and additionally [literal]#++v-select-option-selected++# +when the item is selected. Disabled items have additionally the [literal]#++v-disabled++# style. |