Privat erkan kaplan Radiobutton Enable Disable
There are three states for a radiobutton, but the command is not .show() or .hide()
to hide a radiobutton use radiobutton.style.display="none" to show a radiobutton, use radiobutton.style.display="block" to gray out a radiobutton, use radiobutton.disabled=true to turn it back on, use radiobutton.disabled=false