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
hacksawblade16hacksawblade16 

get checkbox value

I have checkedboxes in column headers....

            

<apex:column value="{!houses.name}">

                 <apex:facet name="header"><apex:inputCheckbox selected="{!chkhousehold_lname}">Name</apex:inputCheckbox>

                     <Apex:actionSupport event="onchange"  action="{!householdInputCheck}" rerender="hldSection" />

                 </apex:facet>

                

             </apex:column>

 

 

How can i get the checkbox values  and get which all checkboxes are checked.

 

 

MagulanDuraipandianMagulanDuraipandian

http://infallibletechie.blogspot.in/2012/02/getting-checked-checkboxes-values.html

 

check this...

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog

SFDC Site

If this post is your solution, kindly mark this as the solution and give Kudos.