GnCheckboxWithText constructor
      const
      GnCheckboxWithText({})
     
    
    
Implementation
const GnCheckboxWithText(
    {super.key,
    required this.value,
    this.onChanged,
    this.checkColor,
    this.activeColor,
    this.borderColor,
    this.scale,
    required this.title,
    this.fontSize,
    this.fontColor,
    this.isExpanded = false});