I've set up a radio button with options for "no" and "yes", but neither is selected by default.
Here's what I'm trying to achieve: If someone selects "no", nothing should happen. However, if they select "yes", then a message saying "hello world" should be displayed below the radio buttons.
Could anyone provide some assistance?
<input type="radio" value="no-charge">
No
<input type="radio" value="charge">
Yes