Checkbox group

I'd like to add two FormFields of type checkbox that are mutually exclusive...that is, if one is checked, the other will be autmatically unchecked, and each has a different export value.

Is it possible to do this in Aspose.PDF?

Thanks.

Hi,

Thank you for considering Aspose.

This can be supported by RadioButton. You can find an example at Working with Forms|Aspose.PDF for .NET.