GNCheckbox constructor
      const
      GNCheckbox({})
     
    
    
Implementation
const GNCheckbox({
  super.key,
  required this.value,
  required this.onChanged,
  this.checkColor,
  this.activeColor,
  this.borderColor,
  this.scale,
  this.padding,
});