Yes I ended up having to do the below.. basically where i initialize the
variables for storing the values selected pre-select some based on if it was
already toggled in the database


    private ArrayList<JobAdvStates> evDecisionsSelect;
    private ArrayList<JobAdvStates> mpDecisionsSelect;

        evDecisionsSelect = new ArrayList<JobAdvStates>(
                evSelectors);
        mpDecisionsSelect = new ArrayList<JobAdvStates>(mpSelectors);

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Checking-Dechecking-a-checkbox-multiple-choice-tp4673251p4673278.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to