After adding the KryptonCheckBox and KryptonRadioButton controls to the Toolkit it makes sense to add the same functionality to the KryptonRibbon. Here you can see the three different states of a check box and some instances of radio buttons.

They can be displayed as full height elements as above or as medium sized elements when required.

Finally here we see them used inside a lines type container. So they can be used in all the same places that a button or label element can already be used.

Note that with the radio button element it will automatically uncheck all other radio buttons in the same group whenever one becomes checked. You can turn off this automatic ability by setting the AutoCheck to False if you prefer to manually check/uncheck the radio buttons.

Leave a Reply