So I was going through the description of the 'left' property of the Rect class, on the adobe website. Here's the description:
"The horizontal distance in pixels from the left edge of the component to the anchor target's left edge."
Now I'm trying to apply the skin that I have defined in a separate mxml file under the skin package, to a checkbox object. So as per my understanding, the component here is the checkbox, because that is what i will be applying the skin to. Then what exactly is the anchor target? Is it the parent container?
Thanks