0
Where should I declare this array or list that can access from both forms?
0
object is super class for every thing in .net so we can take all that check boxes into object arry and in the destination form we explicitly covert that objects into chekboxes other wise use generics concept
list<checkbox> cklist= new list<checkBox>();