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

Checkbox component #2500

Closed
FrederikBolding opened this issue Jun 19, 2024 · 0 comments · Fixed by MetaMask/metamask-extension#25505
Closed

Checkbox component #2500

FrederikBolding opened this issue Jun 19, 2024 · 0 comments · Fixed by MetaMask/metamask-extension#25505
Assignees
Labels
release-12.1.0 Issue or pull request that will be included in release 12.1.0

Comments

@FrederikBolding
Copy link
Member

No description provided.

@FrederikBolding FrederikBolding self-assigned this Jun 19, 2024
FrederikBolding added a commit that referenced this issue Jun 25, 2024
Adds a checkbox component, that can be nested in a `Field` or used
separately.

**Breaking:** Since the checkbox component uses a `boolean` for its
state, `FormSubmitEvent` and `InputChangeEvent` can now contain boolean
values.

If no initial value is given to the checkbox, it will default to
`false`.

Progresses #2500
@metamaskbot metamaskbot added the release-12.1.0 Issue or pull request that will be included in release 12.1.0 label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-12.1.0 Issue or pull request that will be included in release 12.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants