Hey Ya\'ll I have got a question with my radio buttons I have these 3 buttons
No
While the answers above are sufficient if you're keen on using jquery/ javascript, this can be very easily achieved using just CSS. Try it on Codepen.
#otherAnswer { display: none; } #other:checked ~ #otherAnswer { display: flex; }
No Yes Other