property | value |
---|---|
IDE | Visual Studio |
Language | XAML |
Title | CheckBox |
Shortcut | checkbox |
Description | CheckBox |
Snippet Types |
Expansion SurroundsWith |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
binding | Binding | Binding | yes | ||
content | Content | Content | yes |
Code
<CheckBox IsChecked="{Binding Binding}">Content</CheckBox>