-
Checkboxes on a Visualforce page?
Want to get the values of checkboxes and save in that in records
My VF code looks like this:
<apex:pageBlockSection title=”Prospect__c”>
<apex:pageBlockSectionItem>
<apex:inputCheckbox value=”{!opportunity.Identified__c}” id=”Identified__c”/>
<apex:outputLabel style=”font-weight:800″ value=”Identified” for=”Identified__c”/>
</apex:pageBlockSectionItem>
</apex:pageBlockSection>-
This discussion was modified 9 years, 11 months ago by
Forcetalks.
-
This discussion was modified 9 years, 11 months ago by
Nitish.
-
This discussion was modified 8 years, 6 months ago by
Forcetalks.
-
This discussion was modified 9 years, 11 months ago by
Log In to reply.