()
| 15 | }, |
| 16 | |
| 17 | getDefaultProps() { |
| 18 | return { |
| 19 | className: '', |
| 20 | checked: false, |
| 21 | }; |
| 22 | }, |
| 23 | |
| 24 | checkedChange(e){ |
| 25 | const {onChange, value} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…