checkbox method

T checkbox(
  1. bool check, [
  2. String? selectors
])

Implementation

T checkbox(bool check, [String? selectors]) {
  _checkbox(this, element, check, selectors: selectors);
  return this as T;
}