diff --git a/docs/next/switch.html b/docs/next/switch.html index 4babd6554b6..a8da886414c 100644 --- a/docs/next/switch.html +++ b/docs/next/switch.html @@ -70,26 +70,37 @@ });
Edit

Switch

Renders a boolean input.

This is a controlled component that requires an onValueChange callback that updates the value prop in order for the component to reflect user actions. If the value prop is not updated, the component will continue to render the supplied value prop instead of the expected result of any user actions.

-