MCPcopy Create free account
hub / github.com/flyfloor/react-component / checkedChange

Function checkedChange

component/CheckBox.js:24–30  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

22 },
23
24 checkedChange(e){
25 const {onChange, value} = this.props;
26 this.setState({
27 checked: e.target.checked
28 });
29 if(onChange) onChange(e, value);
30 },
31
32 render() {
33 let {disabled, style, className, children} = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…