Skip to main content
Version: 1.x

CheckboxProps

CheckboxProps

Signature
interface CheckboxProps extends Omit<
CheckboxComponentData,
'type' | 'required'
> {
id?: number;
default?: boolean;
}
  • Extends: Omit< CheckboxComponentData, 'type' | 'required' >

id

property
number

default

property
boolean