Future<T> checkbox(bool check, [String? selectors]) => thenChain((o) { _checkbox(this, o.element, check, selectors: selectors); return o; });