Checklist is a component that encapsulates several checkboxes. The values and labels of the checklist are specified in the `options` property and the checked items are specified with the `value` property. Each checkbox is rendered as an input with a surrounding label.
Constructor | Description |
|
|
Static member | Description |
Full Usage:
Checklist.applyMembers (id, children, ?options, ?value, ?className, ?style, ?inputStyle, ?inputClassName, ?labelStyle, ?labelClassName, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)
Parameters:
string
children : seq<DashComponent>
?options : seq<ChecklistOption>
?value : IConvertible list
?className : string
?style : DashComponentStyle
?inputStyle : DashComponentStyle
?inputClassName : string
?labelStyle : DashComponentStyle
?labelClassName : string
?loadingState : LoadingState
?persistence : IConvertible
?persistedProps : string[]
?persistenceType : PersistenceTypeOptions
Returns: Checklist -> Checklist
|
|
Full Usage:
Checklist.init (id, children, ?options, ?value, ?className, ?style, ?inputStyle, ?inputClassName, ?labelStyle, ?labelClassName, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)
Parameters:
string
children : seq<DashComponent>
?options : seq<ChecklistOption>
?value : IConvertible list
?className : string
?style : DashComponentStyle
?inputStyle : DashComponentStyle
?inputClassName : string
?labelStyle : DashComponentStyle
?labelClassName : string
?loadingState : LoadingState
?persistence : IConvertible
?persistedProps : string[]
?persistenceType : PersistenceTypeOptions
Returns: Checklist
|
|