Skip to content

Commit b54554b

Browse files
committed
fix: add disabled state for "True" example in switch component
1 parent 6935037 commit b54554b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

showcases/shared/switch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
"props": {
3434
"checked": true
3535
}
36+
},
37+
{
38+
"name": "True",
39+
"props": {
40+
"checked": true,
41+
"disabled": true
42+
}
3643
}
3744
]
3845
},

0 commit comments

Comments
 (0)