From f2c157af476a74e85f43d12cc815cec2deaf978d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 16 Feb 2020 01:18:35 +0000 Subject: [PATCH] Deploy website Deploy website version based on 7985a601d972dfba5ed0e816c8b9ba711d40c1a5 --- docs/next/switch.html | 33 ++++++++++++++++++++++----------- docs/next/switch/index.html | 33 ++++++++++++++++++++++----------- 2 files changed, 44 insertions(+), 22 deletions(-) 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.

-