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:28arrow-up-right


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:18arrow-up-right


selected

selected: boolean

Current selection state

Inherited from

RadioSelectRowElementProps.selected

Defined in

src/RadioSelectRow/index.tsx:20arrow-up-right


selectionActiveColor

Optional selectionActiveColor: string

Color when selected

Inherited from

RadioSelectRowElementProps.selectionActiveColor

Defined in

src/RadioSelectRow/index.tsx:32arrow-up-right


selectionDefaultColor

Optional selectionDefaultColor: string

Color when not selected

Inherited from

RadioSelectRowElementProps.selectionDefaultColor

Defined in

src/RadioSelectRow/index.tsx:30arrow-up-right


setSelected

setSelected: Dispatch<SetStateAction<boolean>>

Change current selection state

Inherited from

RadioSelectRowElementProps.setSelected

Defined in

src/RadioSelectRow/index.tsx:22arrow-up-right


style

Optional style: StyleProp<ViewStyle>

Container styles

Inherited from

RadioSelectRowElementProps.style

Defined in

src/RadioSelectRow/index.tsx:24arrow-up-right


textStyle

Optional textStyle: StyleProp<TextStyle>

Label Txt component styles

Inherited from

RadioSelectRowElementProps.textStyle

Defined in

src/RadioSelectRow/index.tsx:26arrow-up-right

Last updated

Was this helpful?