MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / cbClick

Method cbClick

core/src/components/alert/alert.tsx:508–512  ·  view source on GitHub ↗
(selectedInput: AlertInput)

Source from the content-addressed store, hash-verified

506 }
507
508 private cbClick(selectedInput: AlertInput) {
509 selectedInput.checked = !selectedInput.checked;
510 safeCall(selectedInput.handler, selectedInput);
511 forceUpdate(this);
512 }
513
514 private async buttonClick(button: AlertButton) {
515 const role = button.role;

Callers 1

renderCheckboxMethod · 0.95

Calls 1

safeCallFunction · 0.90

Tested by

no test coverage detected