diff --git a/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue b/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue index a1923af774..7c4ee8c2c2 100644 --- a/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue +++ b/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue @@ -257,12 +257,14 @@ export default { ### Checkbox buttons Sometimes you need to toggle a state, using a button is not good as it does not show the current state for accessibility. -Therefor you can use a checkbox with the button styling: + +For that purpose you can use a checkbox with the button styling like the `NcButton` component, you can use the same types +except the `'primary'`, which will be used for the *checked* state of the button. ```vue