Hi Ivan,
Thanks for contacting Syncfusion Support.
We have looked into your query “having CheckBoxFor controls with tab control wrapped in a form, checkbox not passing their values back to controller on form submit” and tried with a sample in our end. Unfortunately, we cannot reproduce the reported issue. We have tried a sample with the same hierarchy as suggested at your end and attached in the below link. Please check it.
In the above sample, once the form is submitted, the below shown function will hit and the values of the CheckboxFor controls can be obtained from the model values.
|
[Butcontroller section]
[HttpPost]
public ActionResult ButtonFeatures(CheckboxModel model)
{
return View(model);
} |
If the issue persists, please revert with more information along with an issue reproducing sample so that we can provide an exact solution for your requirement.
Regards,
Prem Kumar. M