Write a new value to the element.
@override void writeValue(bool value) { _element!.checked = value; }