Settings radio (#5536)

* add radio support for setting

* remove wrong code

* add tests
This commit is contained in:
Terry Jia
2025-09-14 17:21:42 -04:00
committed by GitHub
parent 4eb13ca17c
commit 11cb525545
4 changed files with 312 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ type SettingInputType =
| 'slider'
| 'knob'
| 'combo'
| 'radio'
| 'text'
| 'image'
| 'color'