MCPcopy Create free account
hub / github.com/LibPDF-js/core / getCheckboxes

Method getCheckboxes

src/api/pdf-form.ts:410–412  ·  view source on GitHub ↗

* Get all checkboxes.

()

Source from the content-addressed store, hash-verified

408 * Get all checkboxes.
409 */
410 getCheckboxes(): CheckboxField[] {
411 return this.allFields.filter(f => f instanceof CheckboxField);
412 }
413
414 /**
415 * Get all radio button groups.

Callers 5

pdf-form.test.tsFile · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected