diff --git a/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue b/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue index 1b56122597..d98bd7ab24 100644 --- a/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue +++ b/src/components/CheckboxRadioSwitch/CheckboxRadioSwitch.vue @@ -154,7 +154,7 @@ export default { 'checkbox-radio-switch--checked': isChecked, 'checkbox-radio-switch--disabled': disabled, 'checkbox-radio-switch--indeterminate': indeterminate, - 'checkbox-radio-switch--alternate-radio': isAlternativeRadio, + 'checkbox-radio-switch--button-variant': buttonVariant, }" :style="cssVars" class="checkbox-radio-switch"> @@ -171,7 +171,7 @@ export default {