You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: