Find out if a Checkbox is checked or not

Hi all,

I have a Pdfviewer that loads a Pdf with forms, inside of the form there are multiples checkboxes. 

So my question is How I can know when those checkboxes are checked or not, I had already a Task OnFormField_Click(FormFieldClickArgs args) as Event on the PdfViewer, but the args doesn't show me if it is checked or not.


Using .Net 7 Blazor Server, 

Syncfusion Version: 21.2.3


1 Reply

VV Visvesvar Venkatesan Syncfusion Team July 5, 2023 06:42 AM UTC

The Form field click event gets triggered only when you click on the form field, but not on loading. However, currently, we don’t have support to validate the form field and we have plans to implement the form designer in the Blazor platform this year. We will let you know once the feature is implemented and kindly find the feedback to track the status of the issue.


Feedback: Form designer in Blazor platform | Feature Feedback


Loader.
Up arrow icon