Exteding Form Core Component
I am getting the below error:

Can somebody help to resolve the issue, please?
Below code in the FormRadio.java:

I am getting the below error:

Can somebody help to resolve the issue, please?
Below code in the FormRadio.java:

Hi @jeetendrakumarsa ,
Return type should be same or its parent.
OptionItem type should be same com.adobe.cq.wcm.core.components.models.form.OptionItem
cross check your imports in implementation class
seems you are return something.core.models.form.radio.OptionItem instead of com.adobe.cq.wcm.core.components.models.form.OptionItem
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.