Usage
clickable area comes with two different types of interfaces. Data can be provided with several sources connected by.
Guidance
Radios should indicate multiple selection options.
They can be displayed as text, icon or datasource.
When to use
Use Radios for selection data input from list of options.
Additional info
Display value and actual value should be given for each option.
Variations
Connectable data sources are various such as Data Model, SQL, REST or JSON.
The updatable properties of Radios are type and radio options.
The updatable style features of Radios are margin, padding, size, overflow, typography, background, border, effects and css.
The updatable style features of Radio Button are margin, padding, size, overflow, typography, background, border, effects and css.
The updatable style features of Radio Button Checked are margin, padding, size, overflow, typography, background, border, effects and css.
The usable dynamic properties of Radios are value, type, defaultValue, hidden and style.
Hints
Consider using Radio rather than Select when there are few options.