Ah ok
Voici mon code qui ne fonctionne pas sur tablette (peut etre que j'ai mal codé) :
if (this.getField("CaseACocher333").isBoxChecked(0))
{
this.getField("CaseACocher334").fillColor = color.white;
this.getField("CaseACocher335").fillColor = color.white;
}
else
{
this.getField("CaseACocher334").fillColor = color.gray;
this.getField("CaseACocher335").fillColor = color.gray;
this.getField("CaseACocher336").fillColor = color.gray;
}