// templui component radio - version: v0.93.0 installed by templui v0.93.0 package radio import "git.hafen.run/lukas/timeshare/utils" type Props struct { ID string Class string Attributes templ.Attributes Name string Value string Form string Disabled bool Required bool Checked bool } templ Radio(props ...Props) { {{ var p Props }} if len(props) > 0 { {{ p = props[0] }} } }