eQuantic.UI Documentation

Component

Radio

Single choice from a set of options.

Usage Example

new RadioGroup().AddOption("m", "Male").AddOption("f", "Female");

Properties

PropertyDescription
nameGrouping name for radio instances.
valueValue represented by this radio.
labelDisplay label.

Style Customization

All eQuantic.UI components accept Tailwind CSS utilities to ensure they integrate seamlessly with your brand.