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

Function getInitialState

component/CheckBoxGroup.js:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5export const CheckBoxGroup = React.createClass({
6 getInitialState() {
7 const {value, options} = this.props;
8 return { value, options };
9 },
10 getDefaultProps() {
11 return {
12 value: [],

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…