component RadioGroup { props { class = "" label = "Choose one" name = "choice" } view {
{label}
} }