CheckboxList depending on the value of a field set in a previous step of a Wizard form. The following code works fine and displays the CheckboxList as expected. However, it seems that all the CheckboxList boxes have the same state, so when I check one box, all the boxes are checked.$get('user_id') value from one step to another. If I hardcode the numeric id instead of the variable, everything works as expected.document_id is not set up yet, which is not really what I would expect either.