Toggle buttons are represented by the NToggleButton abstract class. which is derived from NButtonBase. When clicked toggle buttons toggle the value of their Checked property.
NOV provides two types of toggle buttons:
- Symbol Toggle Buttons are toggle buttons that usually display a different symbol when checked/unchecked (check boxes and radio buttons for example).

A Check Box is toggle button that allows the user to make a binary choice. It is represented by the NCheckBox class.
A Radio Button is a toggle button, that allows the user to choose only one of a predefined set of options. It is represented by the NRadioButton class. To be fully functional the radio button must be a descendant of a NRadioButtonGroup.
- Table Picker Cells are the building blocks of all table pickers such as calendar pickers, palette color pickers, hatch and gradient pickers, etc.
