Skip to main content

Radio

Function Radio 

Source
pub fn Radio(props: RadioProps) -> Element
Expand description

Radio component for selecting a single option

§Example

rsx! {
    Radio { value: "1".to_string(), label: Some("Option 1".to_string()), model_value: true }
}