The above code it right but there is a syntax error. Lost for sometime until I figured!
public class productOption { public Campaign_Product__c product {get; set;} public Boolean inCart {get; set;} public Integer quantity {get; set;} }