켜짐/꺼짐 상태를 전환하는 토글 스위치입니다.
<div className="flex items-center gap-2">
<Switch id="dark-mode" defaultChecked />
<Label htmlFor="dark-mode">다크 모드</Label>
</div>
<div className="flex items-center gap-2">
<Switch id="notify" />
<Label htmlFor="notify">주문 체결 알림 받기</Label>
</div>
<div className="flex items-center gap-2">
<Switch id="auto-reinvest" defaultChecked disabled />
<Label htmlFor="auto-reinvest">자동 재투자 (프리미엄 전용)</Label>
</div>