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