From c5a470821f56fe4accc87047a7ded8d84b810400 Mon Sep 17 00:00:00 2001 From: "ilia.brauer" Date: Wed, 15 Apr 2026 12:43:45 +0200 Subject: [PATCH] [switch] fixed switch disabled property in playground --- playground/entries/Switch.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playground/entries/Switch.tsx b/playground/entries/Switch.tsx index ea5329dc1e..0a554cfe57 100644 --- a/playground/entries/Switch.tsx +++ b/playground/entries/Switch.tsx @@ -18,9 +18,8 @@ function getJSX(props: SwitchJSXProps) { const { handleControlChange } = props; return ( - + handleControlChange?.('checked', value)} >