Is it possible render radios and/or toggle buttons in forms with FastUI? For example: * https://getbootstrap.com/docs/5.1/forms/checks-radios/#radios * https://getbootstrap.com/docs/5.1/forms/checks-radios/#default-stacked * https://getbootstrap.com/docs/5.1/forms/checks-radios/#toggle-buttons From my understanding it is only possible to do checkboxes and toggle switches (https://github.com/pydantic/FastUI/issues/32) right now.
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 (#32) right now.