CheckboxSelectRowProps

@chelseaapps/react-native-elements / Exports / CheckboxSelectRowProps

Interface: CheckboxSelectRowProps

Hierarchy

  • CheckboxSelectRowElementProps

    CheckboxSelectRowProps

Table of contents

Properties

  • borderColor

  • label

  • selected

  • selectionActiveColor

  • selectionDefaultColor

  • setSelected

  • style

  • textStyle

Properties

borderColor

Optional borderColor: string

Border bottom color

Inherited from

CheckboxSelectRowElementProps.borderColor

Defined in

src/CheckboxSelectRow/index.tsx:28arrow-up-right


label

label: string | ReactElement<any, string | JSXElementConstructor<any>>

Text to be displayed on the left

Inherited from

CheckboxSelectRowElementProps.label

Defined in

src/CheckboxSelectRow/index.tsx:18arrow-up-right


selected

selected: boolean

Current selection state

Inherited from

CheckboxSelectRowElementProps.selected

Defined in

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


selectionActiveColor

Optional selectionActiveColor: string

Color when selected

Inherited from

CheckboxSelectRowElementProps.selectionActiveColor

Defined in

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


selectionDefaultColor

Optional selectionDefaultColor: string

Color when not selected

Inherited from

CheckboxSelectRowElementProps.selectionDefaultColor

Defined in

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


setSelected

setSelected: Dispatch<SetStateAction<boolean>>

Change current selection state

Inherited from

CheckboxSelectRowElementProps.setSelected

Defined in

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


style

Optional style: StyleProp<ViewStyle>

Container styles

Inherited from

CheckboxSelectRowElementProps.style

Defined in

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


textStyle

Optional textStyle: StyleProp<TextStyle>

Label Txt component styles

Inherited from

CheckboxSelectRowElementProps.textStyle

Defined in

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

Last updated

Was this helpful?