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