diff --git a/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue b/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue index a0b75eb5ca..a8efc64043 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 button style +```vue +