// Radio input with an inline label. component Radio { props { name = "" value = "" label = "" class = "" } view { } }