Home > react-native-material-kit > RadioButtonProps
RadioButtonProps interface
Props of RadioButton
Signature:
export interface RadioButtonProps extends RippleProps, TouchableWithoutFeedbackProps
Properties
| Property | Type | Description |
|---|---|---|
| borderOffColor | string |
|
| borderOnColor | string |
|
| checked | boolean |
|
| extraRippleRadius | number |
|
| fillColor | string |
|
| group | Group |
|
| onCheckedChange | CheckedListener |