Checklist.Prop Type

• options (list with values of type: record with the fields: 'label: string | number (required)', 'value: string | number (required)', 'disabled: boolean (optional)'; default []) - An array of options • value (list with values of type: string | number; default []) - The currently selected value • className (string) - The class of the container (div) • style (record) - The style of the container (div) • inputStyle (record; default {}) - The style of the checkbox element • inputClassName (string; default ) - The class of the checkbox element • labelStyle (record; default {}) - The style of the

Union cases

Union case Description

ClassName string

Full Usage: ClassName string

Parameters:
    Item : string

Item : string

InputClassName string

Full Usage: InputClassName string

Parameters:
    Item : string

Item : string
Item : DashComponentStyle

LabelClassName string

Full Usage: LabelClassName string

Parameters:
    Item : string

Item : string
Item : DashComponentStyle

LoadingState LoadingState

Full Usage: LoadingState LoadingState

Parameters:
Item : LoadingState

Options seq<ChecklistOption>

Full Usage: Options seq<ChecklistOption>

Parameters:
Item : seq<ChecklistOption>

PersistedProps string[]

Full Usage: PersistedProps string[]

Parameters:
    Item : string[]

Item : string[]

Persistence IConvertible

Full Usage: Persistence IConvertible

Parameters:
Item : IConvertible
Item : PersistenceTypeOptions
Item : DashComponentStyle

Value IConvertible list

Full Usage: Value IConvertible list

Parameters:
Item : IConvertible list

Static members

Static member Description

Prop.toDynamicMemberDef prop

Full Usage: Prop.toDynamicMemberDef prop

Parameters:
Returns: string * obj
prop : Prop
Returns: string * obj