Unplanned
Last Updated: 22 Jan 2020 17:04 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 1
Category: Checkbox
Type: Feature Request
12
Request for RadioButton-like mutual exclusive selection using a Group type of property.

Ex:

<CheckBox Group="Gender" />
<CheckBox Group="Gender" />
<CheckBox Group="Gender" />

When one of the CheckBoxes in the Gender group are checked, any other selections are cleared.
Unplanned
Last Updated: 22 Jun 2020 13:34 by Michael Blanchet
Currently RadCheckBox follows the guidelines of the operating system, meaning that on iOS it is visualized as circle and on Android and UWP - as square.