Cita:
Iniciado por alfons_sbd
y para hacer que un recuadro sea de opcion "SI/NO"?
bueno los radio button solo se puede elegir una de las opcion que quieras
<html>
<body>
<form id="form1" name="form1" method="post" action="">
<label></label><label></label>
</form>
<table width="200" border="1">
<tr>
<td colspan="2">Selecciones su opcion </td>
</tr>
<tr>
<td><label>
<input name="radiobutton" type="radio" value="radiobutton" />
Si</label>
<label> </label></td>
<td><label>
<input name="radiobutton" type="radio" value="radiobutton" />
No</label></td>
</tr>
</table>
</body>
</html>
PD: SI TU PREGUTNA ES DISTINTA A LA DE LA CABECERA TRATA DE PONERLA EN OTRO POST PARA ORDEN LA CONVERSACION