Documentation
    Preparing search index...

    Type Alias CheckBoxGroupOpts

    type CheckBoxGroupOpts = {
        form_name: string;
        inline: boolean;
        name: string;
        onChange: string | undefined;
        options: ({ label: string; value: string } | string)[];
        value: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    form_name: string
    inline: boolean
    name: string
    onChange: string | undefined
    options: ({ label: string; value: string } | string)[]
    value: string