Results 3 issues of md5login

### What is affected? Component ### Description Checking radio in a radio group via keyboard arrows should trigger 'input' and 'change' event. `` dispatches 'change' event only: [code](https://github.com/material-components/material-web/blob/5f93c82546bbb428dcc8461b2e34cfe49178b0eb/radio/internal/single-selection-controller.ts#L228). ### Reproduction...

### What is affected? Component ### Description On a native radio input, if a 'click' (or any other) event default action is being prevented by a listener, it immediately affects...

### What is affected? Component ### Description Opposed to native radio behavior, ``s with same name within different forms share the same single selection group. If associated, form should have...