Paramount
Edit page
IntroductionCustomizationLayout
Components
AlertAvatarBadgeBoxButtonCheckboxCollapsibleContainerCounterDialogDividerDrawerFormFieldHeadingIconLabelListItemListPickerModalNativePickerParagraphPickerPopoverProgressBarRatingRow and ColumnSliderSwitchUsagePropsTextTextInputToastVisibleWheelPicker
ContributingReadme

Switch

Usage

Props

overrides
Partial<{ touchable: overridewithstyle<switchbaseprops, touchableprops, styleprop<viewstyle>>; background: overridewithstyle<switchbaseprops, backgroundprops, styleprop<viewstyle>>; circle: overridewithstyle<...>; }> | undefined
size
Number | "small" | "medium" | "large" | undefined
value
Boolean | undefined
false
isDisabled
Boolean | undefined
false
onValueChange
((value: boolean) => void) | undefined
testID
String | undefined