Skip to main content
A newer version of this page is available. .

CheckButton Constructors

The button that supports two states - elevated and depressed. It is possible to prevent the button from receiving focus on a click. Multiple buttons can be combined into a radio group, in which only a single button is checked simultaneously.
Name Parameters Description
CheckButton() none Initializes a new instance of the CheckButton class with default settings.
CheckButton(Boolean) check Initializes a new instance of the CheckButton class with the specified check state.
See Also