?>
 :" size="22"></td>

<td>
<input type="checkbox" name="chosenFieldName[]" value="<?php 
    echo $fieldNames[$a];
    ?>
" checked>
</td>
<td>
<select name="inputType<?php 
    echo $fieldNames[$a];
    ?>
">
<?php 
    echo $thisHtmlFormBBuilder->printFormElemenTypeList();
    ?>
</select>

</td>
<td> <input type="textfield" name="size<?php 
    echo $fieldNames[$a];
    ?>
" value="20" size="3"></td>
</tr>


   	
<?php 
}
?>