CheckboxField
Overview
CheckboxField is a type in Aspose.PDF FOSS for Go.
CheckboxField is a checkbox with on/off state.
This type provides 6 methods for working with CheckboxField objects in Go programs.
Available methods include: Checked, SetChecked, SetReadOnly, SetRequired, SetValue, Value.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
Value() → string | Returns the value. |
SetValue(s: string) → error | Sets the value value. |
Checked() → bool | Returns the checked. |
SetChecked(v: bool) | SetChecked sets the checkbox state. |
SetReadOnly(v: bool) | Sets the read only value. |
SetRequired(v: bool) | Sets the required value. |