RadioGroupProps
RadioGroupProps
Signature
interface RadioGroupProps extends Omit<
RadioGroupComponentData,
'type' | 'options'
> {
id?: number;
customId: string;
children?: MaybeArray<RadioGroupOptionBuilder>;
required?: boolean;
}
- Extends:
Omit< RadioGroupComponentData, 'type' | 'options' >
id
property
numbercustomId
property
stringchildren
property
MaybeArray<RadioGroupOptionBuilder>required
property
boolean