const testValue = this.elements['radio-button'].value;
const testValue = (this.querySelector('[name="radio-button"]').checked) ? this.elements['radio-button'].value : 0;