.PSPDFKit-Annotation-Widget
A generic class to select every widget.
.PSPDFKit-Annotation-Widget-read-only
A Widget Annotation that is read only.
.PSPDFKit-Annotation-Widget-Required
A Widget Annotation for a form field with a required value.
.PSPDFKit-Annotation-Widget-Button
A Button widget.
.PSPDFKit-Annotation-Widget-CheckBox
A Checkbox widget.
.PSPDFKit-Annotation-Widget-CheckBox-Control
The control for the Checkbox widget.
.PSPDFKit-Annotation-Widget-RadioButton
A RadioButton widget.
.PSPDFKit-Annotation-Widget-RadioButton-Control
The control for the RadioButton widget.
.PSPDFKit-Annotation-Widget-ListBox
A ListBox widget. Combine it with `[multiple]` to target multi selects only.
.PSPDFKit-Annotation-Widget-Text
A Text input widget.
.PSPDFKit-Annotation-Widget-ComboBox
A ComboBox widget. A ComboBox is a drop down whose menu items can be filtered by value via a text input.
.PSPDFKit-Annotation-Widget-ComboBox-isOpen
When this class is set the drop down menu of a ComboBox is expanded.
.PSPDFKit-Annotation-Widget-ComboBox-Menu
The drop down menu of a ComboBox widget.
.PSPDFKit-Annotation-Widget-ComboBox-SearchInput
Input that can be used to filter the items of a ComboBox menu.
.PSPDFKit-Annotation-Widget-ComboBox-List
The list of items in a ComboBox menu.
.PSPDFKit-Annotation-Widget-ComboBox-ListItem
An item in the ComboBox list.
.PSPDFKit-Annotation-Widget-ComboBox-ListItem-Active
An active item in the ComboBox list.
.PSPDFKit-Annotation-Widget-ComboBox-ListItem-Selected
A selected item in the ComboBox list.
.PSPDFKit-Annotation-Widget-ComboBox-Button
The control element to open a ComboBox. It contains a `button` and an arrow by default.