component Radio { props { id = "" name = "choice" value = "" label = "Option" description = "" checked = false disabled = false } view { } }