Home > react-native-material-kit > RadioButton
RadioButton class
The RadioButton component.
Signature:
export default class RadioButton extends Component<RadioButtonProps, RadioButtonState>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(props) | Constructs a new instance of the RadioButton class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| defaultProps | static |
RadioButtonProps |
Default props |
Methods
| Method | Modifiers | Description |
|---|---|---|
| componentWillUnmount() | ||
| confirmToggle() | ||
| confirmUncheck() | ||
| render() | ||
| UNSAFE_componentWillMount() | ||
| UNSAFE_componentWillReceiveProps(nextProps) |
Remarks
See Guideline & MDL implementation