Files
AntdUI/doc/wiki/en/Control/Radio.md
2025-10-16 11:03:26 +08:00

1.1 KiB
Raw Blame History

HomeUpdateLogConfigTheme

Radio

👚

Used to select a single state from multiple options.

  • DefaultPropertyChecked
  • DefaultEventCheckedChanged

Property

Name Description Type Default Value
AutoSize Auto Size bool false
AutoSizeMode Auto size mode TAutoSize None
ForeColor Text color Color? null
Fill Fill color Color? null
Text Text string? null
🌏 LocalizationText International Text string? null
TextAlign 🔴 Text position ContentAlignment MiddleLeft
Checked Checked state bool false
AutoCheck Click to automatically change the selected status bool true
RightToLeft Reverse RightToLeft No

Event

Name Description Return Value Parameters
CheckedChanged Occurred when the value of the Checked attribute is changed void bool value Checked state