Make checkbox selected from ASPOSE Words in Java

Just wondering if we can make the checkbox selected using ASPOSE Word in Java? Thank you

@mpinnamaneni,

Thanks for your inquiry. Yes, you can achieve your requirement using Aspose.Words. Please use FormField.Checked property to get/set the checked status of checkbox form field. If you are using content control (SDT), please use StructuredDocumentTag.Checked property. Hope this helps you.