From 860cc032764e18468ed4061dac47755fa4d88865 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Fri, 10 Jun 2022 15:52:54 +0200 Subject: [PATCH 1/4] new CheckboxRadioSwitch prop to enable alternative style, for radio type only Signed-off-by: Julien Veyssier --- .../CheckboxRadioSwitch.vue | 73 ++++++++++++++++++- 1 file changed, 70 insertions(+), 3 deletions(-) diff --git a/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue b/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue index a0b75eb5ca..1b56122597 100644 --- a/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue +++ b/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue @@ -70,6 +70,27 @@ export default { sharingPermission: {{ sharingPermission }} + +``` + +### Standard radio set with alternative style +```vue + ``` -### Standard radio set with alternative style +### Standard radio set with alternative button style ```vue