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

Function getInitialState

component/CheckBox.js:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 className: React.PropTypes.string,
10 },
11 getInitialState() {
12 return {
13 checked:this.props.checked,
14 };
15 },
16
17 getDefaultProps() {
18 return {

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…