function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
s_macs_mac 

html input type checkbox in visual force pages

I have 8 checkbox fields on my object which I have to display on my vf page as shown below format .I'm using html table with <td> as input type="checkbox". the issue is when I am entering value and saving it values are not saving on my record.This vf page is my edit page of  the record. Below is the format used 
<td><input type="checkbox" value="{!Control_Table__c.NTO1__c}"/></td>

Checkboxes alignment

Thanks