[HttpPost]
публичный ActionResult Add (PremiumSlots PremiumSlots, коллекция FormCollection)
{
string chkbx = collection["yes-no"];
// имя флажка "да-нет" (должно быть одинаковым для всех флажков)
// you will get comma separated values, perform split operation on string and use individualy
}