Switch
Switch
Examples
Basic Switch
Basic Switch
Selector Switch
Switch.Selector
My Dashboard
Switch Props
Prop | Required | Default | Type | |
|---|---|---|---|---|
checked | false | boolean | ||
disabled | false | boolean | ||
onPress | () => void | |||
style | StyleProp<ViewStyle> | |||
testID | string |
Switch.Selector Props
Prop | Required | Default | Type | |
|---|---|---|---|---|
options | required | [OptionType<T>, OptionType<T>] | ||
value | required | T | ||
onPress | (value: T) => void | |||
style | StyleProp<ViewStyle> | |||
testID | string |