Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CheckboxProperties

Indexable

[key: string]: any

key for others property.

Index

Properties

Optional color

color: undefined | string

color of checkbox. color of checkbox.

Optional disabled

disabled: undefined | true | false

If true, disable all interactions for this component (Web Only). If true, disable all interactions for this component (Web Only).

Optional label

label: ReactNode

label to show with checkbox. label to show with checkbox.

Optional onPress

onPress: undefined | function

Callback when the checkbox is pressed. Callback when the checkbox is pressed.

Optional onValueChange

onValueChange: undefined | function

Invoked with the new value when the value changes. Invoked with the new value when the value changes.

Optional testID

testID: undefined | string

Used to locate this view in end-to-end tests. Used to locate this view in end-to-end tests.

Optional value

value: undefined | true | false

The value of the checkbox. If true the checkbox will be turned on. Default value is false. The value of the checkbox. If true the checkbox will be turned on. Default value is false.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc