PlatformCheckbox constructor
const
PlatformCheckbox({})
Implementation
const PlatformCheckbox({
super.key,
required this.value,
required this.onChanged,
this.activeColor,
this.checkColor,
this.cupertinoActiveColor,
});