Home > react-native-material-kit > IconToggleProps
IconToggleProps interface
Props of IconToggle
Signature:
export interface IconToggleProps extends RippleProps, TouchableWithoutFeedbackProps
Properties
| Property | Type | Description |
|---|---|---|
| checked | boolean |
Toggle status |
| enabled | boolean |
|
| onCheckedChange | CheckedListener |
Callback when the toggle status is changed |