Skip navigation
Currently Being Moderated

how to change checkbox's tick box size?

Aug 3, 2011 10:17 PM

i want to change checkbox's tick box size?,

 

i try this

var myTf:TextFormat = new TextFormat(); 
myCb.setSize(150, 22); 
myTf.size = 16; 
myTf.color = 0xFF0000; 
myCb.setStyle("textFormat", myTf);

it change checkbox font size and object size, but tick box remain the same, what should i do?
 
Replies
  • Currently Being Moderated
    Aug 4, 2011 8:45 AM   in reply to keithlye

    Go to LIBRARY > Component Assets > CheckBoxSkins

     

    There are a bunch of assets used for CheckBox in the folder - modify them

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points