* Get all checkboxes.
()
| 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. |
no outgoing calls
no test coverage detected