pub fn Radio(props: RadioProps) -> Element
Radio component for selecting a single option
rsx! { Radio { value: "1".to_string(), label: Some("Option 1".to_string()), model_value: true } }