sparc - v1.0.1
    Preparing search index...

    Represents an option of a ComboBox dataset

    interface ComboBoxOptionProps {
        checked?: boolean;
        disabled?: boolean;
        label: string;
        value: string | number | boolean;
    }
    Index

    Properties

    checked?: boolean
    disabled?: boolean

    Indicates whether the option is selectable

    label: string

    Text to be displayed

    value: string | number | boolean

    Actual option value