diff --git a/docs/pages/kcheckbox.vue b/docs/pages/kcheckbox.vue index 8ba043185..d4c7256a5 100644 --- a/docs/pages/kcheckbox.vue +++ b/docs/pages/kcheckbox.vue @@ -46,6 +46,54 @@ A user cannot enter the indeterminate state by interacting directly with the checkbox; it only occurs due to external interactions.
+ +label
property:
+
+
+
+ Don't wrap the default slot's content in <label>
:
That would cause two nested <label>
elements to be rendered as KCheckbox
takes care of it already.