toggleCheckbox method

void toggleCheckbox(
  1. bool value
)

Implementation

void toggleCheckbox(bool value) {
  checked.value = value;
}