<div>Show textbox
<input type="radio" name="radio1" id="r1" value="Show" onClick="getResults()">Do nothing
<input type="radio" name="radio1" id="r2" value="Nothing">
</div>
<p>Wonderful textboxes:</p>
<div class="text">
<p>Helpful hint</p>
<p>This is a wonderful hint that you wouldn't have seen without clicking the radio button</p>
</div>