VCheckbox constructor
const
VCheckbox({})
Implementation
const VCheckbox({
super.key,
required this.onChange,
this.value = false,
this.enabled = true,
this.leadingLabel = false,
this.label,
this.hint,
this.error,
this.width,
this.size = 20,
});