Skip to main content
Version: 1.x

CheckboxGroupProps

CheckboxGroupProps​

Signature
interface CheckboxGroupProps extends Omit<
CheckboxGroupComponentData,
'type' | 'options'
> {
id?: number;
customId: string;
children?: MaybeArray<CheckboxGroupOptionBuilder>;
minValues?: number;
maxValues?: number;
required?: boolean;
}
  • Extends: Omit< CheckboxGroupComponentData, 'type' | 'options' >

id​

property
number

customId​

property
string

children​

property
MaybeArray<CheckboxGroupOptionBuilder>

minValues​

property
number

maxValues​

property
number

required​

property
boolean