MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / onRadioBtnClick

Method onRadioBtnClick

types/reactstrap-tests.tsx:389–391  ·  view source on GitHub ↗
(rSelected: number)

Source from the content-addressed store, hash-verified

387 }
388
389 onRadioBtnClick(rSelected: number) {
390 this.setState({ rSelected });
391 }
392
393 onCheckboxBtnClick(selected: number) {
394 const index = this.state.cSelected.indexOf(selected);

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected