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

๐Ÿ’„feat: Add CheckBox #21

Merged
merged 1 commit into from
Aug 4, 2024
Merged

๐Ÿ’„feat: Add CheckBox #21

merged 1 commit into from
Aug 4, 2024

Conversation

merx88
Copy link
Contributor

@merx88 merx88 commented Aug 4, 2024

CheckBox ์ถ”๊ฐ€

useState๋กœ ์ฒดํฌํ• ์ˆ˜์žˆ๋Š” ์ฒดํฌ๋ฐ•์Šค์ž…๋‹ˆ๋‹ค

const [isChecked, setIsChecked] = useState(false)๋ฅผ ํ†ตํ•ด ์›ํ•˜๋Š” ์Šคํ…Œ์ดํŠธ๋ฅผ true false ํ• ์ˆ˜์žˆ์Šต๋‹ˆ๋‹ค

Copy link
Member

@kms0219kms kms0219kms left a comment

Choose a reason for hiding this comment

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

LGTM

@kms0219kms kms0219kms merged commit 19ee384 into main Aug 4, 2024
2 checks passed
@kms0219kms kms0219kms deleted the feature/checkbox branch August 4, 2024 16:15
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.

2 participants