(element)
| 1664 | * @param {HTMLElement} element The element that will be upgraded. |
| 1665 | */ |
| 1666 | var MaterialRadio = function MaterialRadio(element) { |
| 1667 | this.element_ = element; |
| 1668 | // Initialize instance. |
| 1669 | this.init(); |
| 1670 | }; |
| 1671 | window['MaterialRadio'] = MaterialRadio; |
| 1672 | /** |
| 1673 | * Store constants in one place so they can be updated easily. |