A Switch allows toggling its value to true and false.
<Switch IsToggled="true" />
var attendingSwitch = new Switch { IsToggled = true };