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