I'll help you complete this task. Let me start by taking a screenshot to see the current state of the webpage.
Screenshot
Good! I can see a webpage with:
- A title "Toggle Switch" with an icon
- Text "Bold Text"
- A toggle switch (currently OFF - gray)
- A text input field with placeholder "Type something here..."
- Status text showing "Toggle is OFF: Text is normal"
Now I'll follow the task instructions:
**Step 1: Type "Sample text" in the text input field**
Screenshot
Good! The text input field is now focused (indicated by the blue border and cursor). Now I'll type "Sample text":
Screenshot
Perfect! I've successfully typed "Sample text" in the input field. The text appears to be in normal weight (not bold). The status still shows "Toggle is OFF - Text is normal".
**Step 2: Click the toggle switch to turn it ON**
Screenshot
Excellent! The toggle switch is now ON (shown in blue). I can see:
- The toggle switch has changed from gray to blue
- The status message now reads "Toggle is ON - Text is bold"
- The text "Sample text" in the input field now appears **bold**
**Step 3: Verify that the text in the input field becomes bold**
✓ Verified - The text "Sample text" in the input field is now displayed in bold font weight. This is visually apparent when comparing to the previous screenshot.
**Step 4: Click the toggle switch again to turn it OFF**
Screenshot