Hi all<br>We&#39;re adapting the xerte page wizards to make content for use on a touch screen, so buttons need to be roughly 50 x 50 pixels.<br><br>I&#39;ve managed to adapt most everything I need except the check box and radio buttons that are part of the quiz and multiple choice wizards.  I looked in the source and found the following two lines, but can&#39;t find any external swf files with these names.  Are they flex component buttons?  <br>


<br>    box = this.attachMovie(&quot;FCheckBoxSymbol&quot;, &quot;box&quot;+this.levels, this.levels);<br>    rad = this.attachMovie(&quot;FRadioButtonSymbol&quot;, &quot;rad&quot;+this.levels, this.levels);<br><br>Are there external files I can change to make the buttons larger?  Something that doesn&#39;t require messing with the source code?<br>


<br>Is there another obvious solution I&#39;m missing?<br><br>Thanks so much!<br>Mary Ann<br>