LanguageSwitcher.Option.RadioButton
A radio button control component that automatically manages selection state based on the parent language option context. Built on react-native-paper RadioButton.Android with disabled pointer events for seamless parent option interaction.
Basic Example
import { LanguageSwitcher } from "@ovok/native";
import * as React from "react";
import { Text } from "react-native-paper";
const BasicRadioButton = () => (
<LanguageSwitcher.Option.RadioButton />
);
export default BasicRadioButton;
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
All props from RadioButtonAndroidProps except status and value | - | - | - | Additional radio button styling and behavior |
Inherits all props from react-native-paper RadioButtonAndroidProps except status and value which are automatically managed