CheckBox
The CheckBox
control is a ContentControl
which allows user to check an option. It is usually used to display a boolean option where selection is either checked or unchecked. But it also supports three state mode where selection is either checked, indeterminate or unchecked.
Common Properties
Property
Description
IsChecked
Is CheckBox
checked
IsThreeState
Is CheckBox
in three state mode
Reference
Source code
Examples
Basic checkbox
produces following output with Windows 10\
Three state checkbox
produces following output with Windows 10\
最后更新于