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

refactor: rewrite radix switch and checkbox templates with jsx #4673

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

TrySound
Copy link
Member

Here avoided using variables and instead made Switch uncontrolled which should cover most use cases where variables just complicates everything.

Checkbox already works this way.

Both checkbox and switch templates are migrated to jsx.

Here avoided using variables and instead made Switch uncontrolled
which should cover most use cases where variables just complicates
everything.

Checkbox already works this way.

Both checkbox and switch templates are migrated to jsx.
@TrySound TrySound requested review from kof and istarkov December 30, 2024 06:59
@TrySound TrySound merged commit ed36cf8 into main Dec 30, 2024
15 checks passed
@TrySound TrySound deleted the radix-switch branch December 30, 2024 07:47
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