Yo lo haría así, sin radios sólo con ese checkbox:
Código HTML:
Ver original<input type='checkbox' onchange="document.getElementById('div').style.display=this.checked?'block':'none';" />Mostrar
<div id='div' style='display:none;'> <?php echo 'aquí el texto' ?>
Saludos (: