Switch

Switch

Renders a boolean input.

This is a controlled component that requires an onValueChange callback that updates the value prop in order for the component to reflect user actions. If the value prop is not updated, the component will continue to render the supplied value prop instead of the expected result of any user actions.

@keyword checkbox @keyword toggle

Props

ViewPropTypes props...

disabled?: PropTypes.bool

If true the user won't be able to toggle the switch. Default value is false.

onTintColor?: color

Background color when the switch is turned on.

onValueChange?: PropTypes.func

Invoked with the new value when the value changes.

testID?: PropTypes.string

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

thumbTintColor?: color

Color of the foreground switch grip.

tintColor?: color

Border color on iOS and background color on Android when the switch is turned off.

value?: PropTypes.bool

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

© 2015–2017 Facebook Inc.
Licensed under the Creative Commons Attribution 4.0 International Public License.
https://facebook.github.io/react-native/docs/switch.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部