From aa1371c84a5642c8b01603764291b746ff85f79d Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Thu, 28 Dec 2017 10:54:17 +0100 Subject: Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394) Adds v-select-option-selected class to the selected group items in CheckboxGroup and RadiobuttonGroup Fixes #3387 --- documentation/components/components-optiongroups.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation') 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. -- cgit v1.2.3