Skip to content

Commit 996889c

Browse files
committed
docs(switch): correct stale example
1 parent e23e26e commit 996889c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

elements/pf-v6-switch/docs/pf-v6-switch.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@
2525
{% endhtmlexample %}
2626

2727

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-
3928
### Disabled
4029

4130
{% htmlexample %}

0 commit comments

Comments
 (0)