()
| 4 | |
| 5 | export const CheckBoxGroup = React.createClass({ |
| 6 | getInitialState() { |
| 7 | const {value, options} = this.props; |
| 8 | return { value, options }; |
| 9 | }, |
| 10 | getDefaultProps() { |
| 11 | return { |
| 12 | value: [], |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…