Sha256: daed13d2d58c4e0e880d7d00c662c00ce078f80aa6d75bf93278b22c2fb4f3e9

Contents?: true

Size: 376 Bytes

Versions: 4

Compression:

Stored size: 376 Bytes

Contents

export type CBOptions = {
    /**
     * a unique class name for the checkbox to find the input
     */
    className?: string;
    /**
     * class name to add if checkbox is checked and remove otherwise
     */
    checkedClassNames?: string[];
    /**
     * class name to add if checkbox was not checked and remove otherwise
     */
    uncheckedClassNames?: string[];
};

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
tom-select-rails-2.4.3 vendor/assets/javascripts/tom-select-rails/cjs/plugins/checkbox_options/types.d.ts
tom-select-rails-2.4.3 vendor/assets/javascripts/tom-select-rails/esm/plugins/checkbox_options/types.d.ts
tom-select-rails-2.4.3 vendor/assets/javascripts/tom-select-rails/types/plugins/checkbox_options/types.d.ts
tom-select-rails-2.3.1 vendor/assets/javascripts/tom-select-rails/types/plugins/checkbox_options/types.d.ts