@override bool? get boxChecked => _boxMap['checked'] as bool?;
@override set boxChecked(bool? value) => _boxMap['checked'] = value;