sdk.form.ischeckbox
Home > @matterway/sdk > Form > isCheckbox
Form.isCheckbox() function
Signature:
export declare function isCheckbox(field: FieldSchema): field is CheckboxSchema;
Parameters
Parameter | Type | Description |
---|---|---|
field | FieldSchema |
Returns:
field is CheckboxSchema