Radio constructor
Radio({})
Implementation
Radio({
this.value = false,
this.onChanged,
super.tag = "input",
super.attributes = const {
"type": "radio",
},
this.name,
super.id,
super.style,
super.className,
});