Interface RawCheckboxComponent

interface RawCheckboxComponent {
    custom_id: string;
    default?: boolean;
    id?: number;
    type: CHECKBOX;
}

Hierarchy (view full)

Properties

custom_id: string
default?: boolean
id?: number

Autoincremented number if not provided

type: CHECKBOX