RadioSelectRowProps
@chelseaapps/react-native-elements / Exports / RadioSelectRowProps
Interface: RadioSelectRowProps
Hierarchy
RadioSelectRowElementProps↳
RadioSelectRowProps
Table of contents
Properties
borderColor
label
selected
selectionActiveColor
selectionDefaultColor
setSelected
style
textStyle
Properties
borderColor
• Optional borderColor: string
Border bottom color
Inherited from
RadioSelectRowElementProps.borderColor
Defined in
src/RadioSelectRow/index.tsx:28
label
• label: string | ReactElement<any, string | JSXElementConstructor<any>>
Text to be displayed on the left
Inherited from
RadioSelectRowElementProps.label
Defined in
src/RadioSelectRow/index.tsx:18
selected
• selected: boolean
Current selection state
Inherited from
RadioSelectRowElementProps.selected
Defined in
src/RadioSelectRow/index.tsx:20
selectionActiveColor
• Optional selectionActiveColor: string
Color when selected
Inherited from
RadioSelectRowElementProps.selectionActiveColor
Defined in
src/RadioSelectRow/index.tsx:32
selectionDefaultColor
• Optional selectionDefaultColor: string
Color when not selected
Inherited from
RadioSelectRowElementProps.selectionDefaultColor
Defined in
src/RadioSelectRow/index.tsx:30
setSelected
• setSelected: Dispatch<SetStateAction<boolean>>
Change current selection state
Inherited from
RadioSelectRowElementProps.setSelected
Defined in
src/RadioSelectRow/index.tsx:22
style
• Optional style: StyleProp<ViewStyle>
Container styles
Inherited from
RadioSelectRowElementProps.style
Defined in
src/RadioSelectRow/index.tsx:24
textStyle
• Optional textStyle: StyleProp<TextStyle>
Label Txt component styles
Inherited from
RadioSelectRowElementProps.textStyle
Defined in
Last updated
Was this helpful?