Input
Radio Input
A user input component that allows users to choose a single value from a list of options using radio buttons.
Fields
Name | Type | Description | Options |
---|---|---|---|
Label | Text | ||
Options | Key-Value | Key-value object with options. Must be a JSON string or a state reference to a dictionary. | |
Orientation | Text | Specify how to lay out the options. |
|
Primary text | Color | ||
Accent | Color | ||
Custom CSS classes | Text | CSS classes, separated by spaces. You can define classes in custom stylesheets. |
Events
Low code usage
This component can be declared directly in Python, using backend-driven UI.
A function, in this example handle_event
, should be implemented in your code to handle events.