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