|
Hello nickcole!
To fix the problem, you need:
1. In the ActionControlsSiteController_CustomAddActionControlToContainer method of the ControllerCharacterWarSafariChessAstionWith the Controller add a row
buttonItem.Down = ((CheckAction)e.Action).Checked;
2. Set checkAction is checked in controller constructor.
public ViewController()
{
InitializeComponent();
checkAction1.Caption = "Checked";
checkAction1.Checked = true;
_CheckedMark = false;
}
Regards,
Mariya
On behalf of Xafari Client Services Team
|