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
lakshmi25lakshmi25 

if one field input checkbox is checked then how to disable another field checkbox in pageblock

if one field input checkbox  is checked  then how to disable another field checkbox in pageblock table

ar_sfdcar_sfdc

within the first input checkbox, use the action support on click and 'rerender' the parent component. 

 

on the second checkbox, use the 'rendered' attribute and specify the value of the first checkbox. 

 

let me know if you need more details or if it worked. 

 

Regards,

 

Arun