Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/primer/react
/ onClick
Function
onClick
packages/react/src/ToggleSwitch/ToggleSwitch.test.tsx:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
const [isOn, setIsOn] = React.useState(false)
110
111
const onClick = () => {
112
setIsOn(!isOn)
113
}
114
115
return (
116
<>
Callers
4
ActionBar
Function · 0.85
ToggleSwitch.tsx
File · 0.85
clickHandler
Function · 0.85
Item.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected