HMCheckBox constructor
const
HMCheckBox({})
Implementation
const HMCheckBox({
super.key,
this.label,
this.disabled = false,
this.hidden = false,
this.radius,
this.borderColor,
this.size,
required this.value,
this.color,
required this.onChange,
});