()
| 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. |
nothing calls this directly
no test coverage detected