()
| 9 | className: React.PropTypes.string, |
| 10 | }, |
| 11 | getInitialState() { |
| 12 | return { |
| 13 | checked:this.props.checked, |
| 14 | }; |
| 15 | }, |
| 16 | |
| 17 | getDefaultProps() { |
| 18 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…