Hello,
I have a group of checkboxes on the page .The problem is checkbox is validated and error is reported even when at least one of the checkboxes is checked after clicking the save as draft button .
steps :
when i click on save as draft button ,a window will be opened . if you click on cancel button and continue the form then press submit button .It throws an error even at least one option is selected .
Expectation : It should not throw error if at least one option is selected .
I thought ,maybe my java script code causes this issue so that i removed my code but the issue still exist .
I would appreciate if you can let me know how we can resolve this issue.
Thanks.