I have two checkboxes, one called "Man" and the other "Woman". I want a text to appear in my textbox as soon as the user selects one of these checkboxes, which is called "WoderM".
When the user clicks on "Man" this text should appear --> "M".
When the user clicks on "Woman", this text should appear --> "F".
How do I do this?
My form looks like this if it helps:
![]()