Skip to Content
APIType AliasesType Alias: CheckboxPassthroughProps

Hero Hook Form API v2.15.0


Hero Hook Form API / CheckboxPassthroughProps

Type Alias: CheckboxPassthroughProps

CheckboxPassthroughProps = Omit<ComponentProps<typeof Checkbox>, "isSelected" | "isInvalid" | "errorMessage" | "name"> & object

Defined in: types.ts:49 

Type Declaration

value?

optional value: string