CheckboxField

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

SignatureDescription
Value()stringReturns the value.
SetValue(s: string)errorSets the value value.
Checked()boolReturns 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.

See Also