checkbox property

String checkbox

Checkbox

Implementation

String get checkbox {
  return Intl.message(
    'Checkbox',
    name: 'checkbox',
    desc: '',
    args: [],
  );
}