MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / onChange

Function onChange

locate-code-test/src/Aaa.tsx:8–10  ·  view source on GitHub ↗
(checked: boolean)

Source from the content-addressed store, hash-verified

6 const [disabled, setDisabled] = useState(false);
7
8 const onChange = (checked: boolean) => {
9 setDisabled(checked);
10 };
11
12 return (
13 <>

Callers 12

useHover.tsFile · 0.50
selectHandlerFunction · 0.50
todayHandlerFunction · 0.50
selectHandlerFunction · 0.50
todayHandlerFunction · 0.50
messageTypeChangeFunction · 0.50
messageTextChangeFunction · 0.50
componentMethodChangeFunction · 0.50
codeChangeFunction · 0.50
urlChangeFunction · 0.50
selectHandlerFunction · 0.50
todayHandlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected