Closed bsunilkumar closed 7 years ago
What have you tried?
I've tried rendering the checkboxes using CheckBoxListFor and using the viewmodel to populate values. Now iam struck in rendering the suboptions under each checkbox.
Is there any other way to render the suboptions for each checkbox using form.FormGroup().CheckBoxListFor()?
no, CheckBoxListFor
is for a simple case of list of checkboxes. Your requirements are quite custom and will require some custom code.
I have a requirement to display suboptions(with radiobuttons or checkboxes) Can you please let me know how i can achieve this requirement
Iam attaching the screenshot.
Thanks, Sunil Kumar B