MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / valueChanged

Method valueChanged

core/src/components/radio/radio.tsx:67–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66 @Watch('value')
67 valueChanged() {
68 /**
69 * The new value of the radio may
70 * match the radio group's value,
71 * so we see if it should be checked.
72 */
73 this.updateState();
74 }
75
76 /**
77 * Where to place the label relative to the radio.

Callers

nothing calls this directly

Calls 1

updateStateMethod · 0.45

Tested by

no test coverage detected