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
kfkaalkfkaal 

Checkbox in VF page as related list

I made a VF page with a table which acts as a related list.

 

In the custom object of that list, I have a checkbox. This shows nicely, but it does not write to the object. 

The VF of course, has a surrounding <apex:form> tag.

 

But when I try to read it in the controller, It does not reflect the checkmark status in the ui.

 

I can, however, preset the variable in the controller, and it shows the checkmark.

 

Is it not possible to use a input field in a VF nested page?