We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23e26e commit 996889cCopy full SHA for 996889c
1 file changed
elements/pf-v6-switch/docs/pf-v6-switch.md
@@ -25,17 +25,6 @@
25
{% endhtmlexample %}
26
27
28
- ### Checked with label
29
- Use `data-state` children to show different labels for checked and unchecked states.
30
-
31
- {% htmlexample %}
32
- <pf-v6-switch checked>
33
- <span data-state="on">Message when on</span>
34
- <span data-state="off">Message when off</span>
35
- </pf-v6-switch>
36
- {% endhtmlexample %}
37
38
39
### Disabled
40
41
{% htmlexample %}
0 commit comments