You need to sign in to do that
Don't have an account?

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
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