Interface CheckboxComponent

interface CheckboxComponent {
    customID: string;
    default?: boolean;
    id?: number;
    type: CHECKBOX;
}

Hierarchy (view full)

Properties

customID: string
default?: boolean
id?: number

Autoincremented number if not provided

type: CHECKBOX