diff --git a/src/components/SettingsCheckbox/SettingsCheckbox.vue b/src/components/SettingsCheckbox/SettingsCheckbox.vue index a536eaed7a..979b4575f1 100644 --- a/src/components/SettingsCheckbox/SettingsCheckbox.vue +++ b/src/components/SettingsCheckbox/SettingsCheckbox.vue @@ -20,11 +20,64 @@ - along with this program. If not, see . - --> + +## One checkbox + +```vue + + +``` + +## Multiple checkboxes + +```vue + + + +``` + +