<input type="checkbox" name="check_list[]" value="<?echo $row->field_id?>" <?echo $checked?> > <?php echo $row->field_display_name;?><br/>
Here $row->field_id
is my field name,how can I change it to text field. I wanted to show it as a text field.