Radio
component is a wrapper for the native input[type="radio"]
element. You can use label
property to set the radio's label. Also, label slot
provides for complex contents. If you don't set neither label
property nor label
slot, the radio will be rendered without label. inline
boolean property. reverse
boolean property.