Hi Everyone,
That issue is resolved now for getting the custom control value into you backend code we just bind the all values to the source of the component, so we get the value into the backend. Like I'm follow steps:
- Bind values values into the ul and li.
- Maintain a hidden field into the custom component view
- Clicking the checkbox using JavaScript store all the values into the hidden field.
- Bind the main source to the hidden field so the value get back to the custom component cs code.