pydantic/FastUI

Radios and Toggle Buttons

Open

#160 opened on Jan 23, 2024

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

Repository metrics

Stars
 (8,970 stars)
PR merge metrics
 (PR metrics pending)

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