pydantic/FastUI

Radios and Toggle Buttons

Open

#160 opened on Jan 23, 2024

 (1 comment) (0 reactions) (0 assignees)Python (341 forks)github user discovery
help wanted

Repository metrics

Stars
 (8,970 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is it possible render radios and/or toggle buttons in forms with FastUI?

For example:

From my understanding it is only possible to do checkboxes and toggle switches (https://github.com/pydantic/FastUI/issues/32) right now.

Contributor guide