- id: checkbox_tristate-antd-T01 name: Enable email alerts (Checked) canonical_type: checkbox_tristate implementation_source: antd implementation_variant: null implementation_component: 'AntD: Checkbox (indeterminate)' task_template: toggle_state secondary_template: null browsergym_goal: Set the “Email alerts” checkbox to Checked. The task will finish automatically when done. ui_copy: Set the “Email alerts” checkbox to Checked. The task will finish automatically when done. setup_description: | Layout: a single centered card on a blank page. Inside the card is one Ant Design tri-state checkbox labeled **“Email alerts”**. The checkbox supports three states (Unchecked → Partially selected → Checked) and shows the standard Ant Design visuals: - Checked: checkmark - Partially selected: horizontal dash (indeterminate) - Unchecked: empty box Initial state: **Unchecked**. Below the checkbox, a small read-only line shows **“Current state: Unchecked / Partial / Checked”** and updates immediately when the checkbox changes (this is only feedback; the checkbox state is what is evaluated). There are no other required controls and no other checkboxes on the page. scene_context: theme: light spacing: comfortable layout: isolated_card placement: center scale: default instances: 1 guidance: text clutter: none difficulty: difficulty_bucket: easy tier: L0 axes_ratings: precision_requirement: 1 target_acquisition: 1 density_choice_interference: 1 depth_layering: 1 feedback_dynamics: 1 semantic_observability: 1 disambiguation_load: 1 justification: Single, large default checkbox in an isolated card with immediate visual and textual feedback. success_trigger: human_readable: - 'Target tri-state checkbox is in state: checked.' - Task ends when the predicate holds. canonical_predicate: predicate_type: equals target_state: checked tolerance: null require_confirm: false confirm_control: null require_correct_instance: false target_instance_label_or_id: null terminal_condition: task_ends_when_predicate_holds negative_cases: - Checkbox left in the Unchecked state. - Checkbox left in the Partially selected (indeterminate) state. - Any interaction that does not result in the checkbox being Checked. expected_interaction_path: - Click the “Email alerts” checkbox once or cycle until it shows the checkmark (Checked). notes: Checker should read the checkbox’s tri-state via input.indeterminate / aria-checked (mixed) and checked state; use a stable locator such as data-testid='email-alerts-checkbox'. - id: checkbox_tristate-antd-T02 name: Turn off beta access (Unchecked) canonical_type: checkbox_tristate implementation_source: antd implementation_variant: null implementation_component: 'AntD: Checkbox (indeterminate)' task_template: clear_reset secondary_template: null browsergym_goal: Clear the “Beta access” checkbox so it ends in the Unchecked state. The task will finish automatically when done. ui_copy: Clear the “Beta access” checkbox so it ends in the Unchecked state. The task will finish automatically when done. setup_description: | Layout: a single centered card on a blank page. Inside the card is one Ant Design tri-state checkbox labeled **“Beta access”**. The component is the same AntD Checkbox with indeterminate support and cycles through Unchecked → Partial → Checked when clicked. Initial state: **Checked** (checkmark is visible). A subtle helper caption under the label reads “This setting can be On, Off, or Partial.” No other controls are required for success; a “Reset all” link is shown at the bottom of the card as a non-required distractor. scene_context: theme: light spacing: comfortable layout: isolated_card placement: center scale: default instances: 1 guidance: text clutter: none difficulty: difficulty_bucket: easy tier: L0 axes_ratings: precision_requirement: 1 target_acquisition: 1 density_choice_interference: 1 depth_layering: 1 feedback_dynamics: 1 semantic_observability: 2 disambiguation_load: 1 justification: The task is a simple reset/clear action on a single checkbox; the only challenge is recognizing the Unchecked end state. success_trigger: human_readable: - 'Target tri-state checkbox is in state: unchecked.' - Task ends when the predicate holds. canonical_predicate: predicate_type: equals target_state: unchecked tolerance: null require_confirm: false confirm_control: null require_correct_instance: false target_instance_label_or_id: null terminal_condition: task_ends_when_predicate_holds negative_cases: - Checkbox left in the Checked state. - Checkbox left in the Partially selected (indeterminate) state. - Clicking the non-required “Reset all” link without leaving the checkbox Unchecked. expected_interaction_path: - Click the “Beta access” checkbox until it becomes Unchecked (empty box). notes: If the harness cycles tri-state, ensure one click does not skip Unchecked. Use data-testid='beta-access-checkbox' for stable instance selection. - id: checkbox_tristate-antd-T03 name: Match shipping checkbox to reference (Indeterminate) canonical_type: checkbox_tristate implementation_source: antd implementation_variant: null implementation_component: 'AntD: Checkbox (indeterminate)' task_template: match_reference secondary_template: null browsergym_goal: Match the “Allow partial shipments” checkbox to the Desired state preview. The task will finish automatically when done. ui_copy: Match the “Allow partial shipments” checkbox to the Desired state preview. The task will finish automatically when done. setup_description: | Layout: centered isolated card. The card header reads **“Shipping options”**. On the left is the target Ant Design tri-state checkbox labeled **“Allow partial shipments”**. On the right side of the same row is a static **reference preview**: a small, non-clickable checkbox icon with the caption **“Desired state”**. The reference preview can show one of the three visuals (empty, dash, checkmark). For this instance, the preview shows the **dash** (Partially selected / indeterminate). Initial state of the target checkbox: **Unchecked**. There are no other checkboxes. A small footer shows “Tip: you can cycle through states by clicking the checkbox.” (informational only). scene_context: theme: light spacing: comfortable layout: isolated_card placement: center scale: default instances: 1 guidance: visual clutter: none difficulty: difficulty_bucket: easy tier: L0 axes_ratings: precision_requirement: 2 target_acquisition: 1 density_choice_interference: 1 depth_layering: 1 feedback_dynamics: 1 semantic_observability: 2 disambiguation_load: 1 justification: Only one checkbox is present; the goal is specified via a nearby visual reference, requiring minimal interpretation. success_trigger: human_readable: - 'Target tri-state checkbox is in state: indeterminate.' - Task ends when the predicate holds. canonical_predicate: predicate_type: equals target_state: indeterminate tolerance: null require_confirm: false confirm_control: null require_correct_instance: false target_instance_label_or_id: null terminal_condition: task_ends_when_predicate_holds negative_cases: - Target checkbox ends Checked when the reference shows the dash (Partial). - Target checkbox ends Unchecked when the reference shows the dash (Partial). - Matching the wrong element (the reference preview is not interactive). expected_interaction_path: - Look at the “Desired state” preview (dash). - Click the “Allow partial shipments” checkbox until it shows the same dash (indeterminate). notes: Reference preview should be rendered as non-interactive (aria-hidden). Checker must evaluate only the labeled target checkbox. data-testid='allow-partial-shipments'. - id: checkbox_tristate-antd-T04 name: 'Dark theme: enable auto-archive (Checked)' canonical_type: checkbox_tristate implementation_source: antd implementation_variant: null implementation_component: 'AntD: Checkbox (indeterminate)' task_template: toggle_state secondary_template: null browsergym_goal: Set the “Auto-archive completed items” checkbox to Checked. The task will finish automatically when done. ui_copy: Set the “Auto-archive completed items” checkbox to Checked. The task will finish automatically when done. setup_description: | Layout: centered isolated card on a **dark theme** page (dark background, light text). The card contains a single Ant Design tri-state checkbox labeled **“Auto-archive completed items”**. The checkbox is rendered in default size and the label is immediately to the right. Initial state: **Partially selected (indeterminate)** — the box shows a horizontal dash. A small inline status pill to the right of the checkbox reads **“Partial”**, **“On”**, or **“Off”** and updates instantly with state changes (feedback only). No other checkboxes are present; there are no required Apply/Save buttons. scene_context: theme: dark spacing: comfortable layout: isolated_card placement: center scale: default instances: 1 guidance: text clutter: none difficulty: difficulty_bucket: easy tier: L1 axes_ratings: precision_requirement: 1 target_acquisition: 2 density_choice_interference: 1 depth_layering: 1 feedback_dynamics: 1 semantic_observability: 2 disambiguation_load: 1 justification: Dark theme slightly reduces contrast, but the task remains a direct single-checkbox state change with clear feedback. success_trigger: human_readable: - 'Target tri-state checkbox is in state: checked.' - Task ends when the predicate holds. canonical_predicate: predicate_type: equals target_state: checked tolerance: null require_confirm: false confirm_control: null require_correct_instance: false target_instance_label_or_id: null terminal_condition: task_ends_when_predicate_holds negative_cases: - Checkbox remains in the Partially selected (indeterminate) state. - Checkbox ends Unchecked. - Changing any unrelated UI (there is none) without reaching Checked. expected_interaction_path: - Click the “Auto-archive completed items” checkbox until the checkmark (Checked) is shown. notes: Ensure dark theme does not change checkbox hitbox. Checker reads indeterminate vs checked via DOM properties; data-testid='auto-archive-checkbox'. - id: checkbox_tristate-antd-T05 name: Set Primary consent to Partial (Indeterminate) canonical_type: checkbox_tristate implementation_source: antd implementation_variant: null implementation_component: 'AntD: Checkbox (indeterminate)' task_template: toggle_state secondary_template: null browsergym_goal: Set the “Primary consent” checkbox to Partially selected (indeterminate). The task will finish automatically when done. ui_copy: Set the “Primary consent” checkbox to Partially selected (indeterminate). The task will finish automatically when done. setup_description: | Layout: **form_section** card titled “Consent settings”, centered in the viewport. There are **two** Ant Design tri-state checkboxes stacked vertically: 1) **“Primary consent”** (target) 2) **“Secondary consent”** (distractor of the same component type) Each checkbox cycles through Unchecked → Partial → Checked when clicked. Labels are similar and both are enabled. Initial states: - Primary consent: **Unchecked** - Secondary consent: **Checked** Below the checkboxes are non-required form fields (a text input for “Contact email” and a dropdown for “Region”), included only as low clutter. There is no Save/Apply; state changes are immediate. scene_context: theme: light spacing: comfortable layout: form_section placement: center scale: default instances: 2 guidance: text clutter: low difficulty: difficulty_bucket: mid tier: L1 axes_ratings: precision_requirement: 2 target_acquisition: 2 density_choice_interference: 2 depth_layering: 1 feedback_dynamics: 1 semantic_observability: 2 disambiguation_load: 3 justification: Requires disambiguating between two similar tri-state checkboxes in a small form section and setting a non-default (indeterminate) state. success_trigger: human_readable: - Only the checkbox labeled 'Primary consent' is evaluated (other instances are ignored). - 'Target tri-state checkbox is in state: indeterminate.' - Task ends when the predicate holds. canonical_predicate: predicate_type: equals target_state: indeterminate tolerance: null require_confirm: false confirm_control: null require_correct_instance: true target_instance_label_or_id: Primary consent terminal_condition: task_ends_when_predicate_holds negative_cases: - Setting “Secondary consent” to indeterminate while leaving “Primary consent” unchanged. - Leaving “Primary consent” Unchecked or Checked. - Toggling both checkboxes so the target is not indeterminate at the end. expected_interaction_path: - Locate the checkbox labeled “Primary consent”. - Click it until it shows the dash (Partially selected / indeterminate). notes: Provide stable label association (e.g.,