--- title: Toggle tags: components,state cover: cows firstSeen: 2018-10-27T20:35:37+03:00 lastUpdated: 2020-11-16T16:50:57+02:00 --- Renders a toggle component. - Use the `useState()` hook to initialize the `isToggledOn` state variable to `defaultToggled`. - Render an `` and bind its `onClick` event to update the `isToggledOn` state variable, applying the appropriate `className` to the wrapping `