Completed
Last Updated: 02 Aug 2019 14:17 by ADMIN
Release R2 2019 SP2
Currently the indeterminate state could be applied only with code (by setting IsChecked to null), there is no way to control it through UI
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.
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.