Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

01-svelte/06-bindings/03-checkbox-inputs #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HarunaMahjong
Copy link
Contributor

@HarunaMahjong HarunaMahjong commented May 29, 2024

Close #117

01-svelte/06-bindings/03-checkbox-inputs

Copy link

vercel bot commented May 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
learn-svelte-kr ⬜️ Ignored (Inspect) Visit Preview May 29, 2024 3:57am

Copy link
Contributor

@Jueun-Park Jueun-Park left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

---

Checkboxes are used for toggling between states. Instead of binding to `input.value`, we bind to `input.checked`:
체크박스는 상태 간 전환에 사용됩니다. `input.value` 대신 `input.checked`에 바인딩합시다.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

토글의 단어 의미 생각하면 껐다 켰다 하는 거라 전호나 보다는 더 좁은 의미로 번역해야 할 것 같습니다. 좋은 아이디어 있을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

01-svelte/06-bindings/03-checkbox-inputs
3 participants