README
IE11 support library
RadioNodeList.value
see https://developer.mozilla.org/en-US/docs/Web/API/RadioNodeList/value
- RadioNodeList_setValue(list, value);
- RadioNodeList_getValue(list);
IE11 returns HTMLCollection, not RadioNodeList.
Another way
- document.querySelector('input[name=radioname]:checked').value