CheckboxFormFieldSignature constructor
Leave feedback
On this page
Creates CheckboxFormFieldSignature with predefined name.
def __init__(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | Name of form field object. |
Creates CheckboxFormFieldSignature with predefined name and value
def __init__(self, name, is_checked):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | Name of form field object. |
| is_checked | bool | Value if check box is checked |
- module
groupdocs.signature.domain - class
CheckboxFormFieldSignature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.