How to (un)check a radio input element on click of the element or its container?
I have tried the code below, but it does not uncheck the radio.
HTML:
radio buttons don't uncheck, you need to use a checkbox (type = 'checkbox')