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!: Checkbox component #2501

Merged
merged 10 commits into from
Jun 25, 2024
Merged

feat!: Checkbox component #2501

merged 10 commits into from
Jun 25, 2024

Conversation

FrederikBolding
Copy link
Member

@FrederikBolding FrederikBolding commented Jun 19, 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

@FrederikBolding FrederikBolding changed the title feat: Checkbox component Jun 20, 2024
@FrederikBolding FrederikBolding force-pushed the fb/checkbox-component branch 2 times, most recently from 84787dd to 14e2933 Compare June 20, 2024 12:33
@FrederikBolding FrederikBolding marked this pull request as ready for review June 20, 2024 12:33
@FrederikBolding FrederikBolding requested a review from a team as a code owner June 20, 2024 12:33
Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.40%. Comparing base (62dbfb6) to head (ba5e072).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2501   +/-   ##
=======================================
  Coverage   94.39%   94.40%           
=======================================
  Files         441      442    +1     
  Lines        9109     9125   +16     
  Branches     1405     1411    +6     
=======================================
+ Hits         8598     8614   +16     
  Misses        511      511           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FrederikBolding FrederikBolding merged commit c281824 into main Jun 25, 2024
156 checks passed
@FrederikBolding FrederikBolding deleted the fb/checkbox-component branch June 25, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants