I am working on converting a bunch of hand written forms to DocuSign. Our system uses the DocuSign API and connects to it using the C# .NET SDK.
This works well for most fields and anchor tags but, recently, we have started adding fields like checkboxes and radio buttons. However, it appears that radio buttons do not have any sort of measurement associated with them in their class (no scale, no width/height, etc.). The only size related field I can find is fontsize, but changing that does not appear to change the size of the radio button.
Is there any way to change the size of a radio button for a form submitted through the DocuSign API?