Checkbox content control not working in word for mac

broken image
broken image

LabelStyleProperty: To to set style to Title label.TitleProperty: To bind tile of check box.We are going to add below Bindable properties for our CheckBox control. Now open CheckBox.xaml and add below code. So in your content view we need three Image controls and one label. Background: Here we will take one Image control that will hold BackGroundImageSource.I mean if IsChecked is True, check mark should be visible or else not visible.

broken image

And this check mark visibility should be based on user tap interaction which should deal by the some other property like IsChecked. In general, CheckBox control required major four elements.