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
sflearnsflearn 

wrapper class question

I'm trying to get my head around this new design pattern on wrapper classes. &nbsp;how does the controller know that the value from the selected <INPUTCHECKBOX> &nbsp;tag is true?Is it because since the inputCheckbox component automatically passes true through the standard component library? &nbsp;
if(cCon.selected == true)
&nbsp;
&nbsp;
public cContact(Contact c) {
con = c;
selected =
http://wiki.developerforce.com/page/Wrapper_Class
&nbsp;
&nbsp;</INPUTCHECKBOX>
Best Answer chosen by Admin (Salesforce Developers)