CheckBox Component: Increase size of hit area

Hello all,

I’m trying to make selectable thumbnail images for a touch screen app where the user can touch the thumbnail image and turn a CheckBox on or off to select/deselect it.

The thumbnail images measure 100x100 pixels, and I want the CheckBox to be in the upper right hand corner of each image. When I go to the Adobe AS3 help site, it says that it should be possible to increase the size of the CheckBox hit area in one of two ways:

  1. Select the component on the Stage and use the Free Transform Tool or any of the Modify > Transform commands.
  2. Use the setSize() method or applicable properties of the CheckBox class.

According to this same site, if you increase the size of the instance, you also increase the size of the hit area.

I’ve tried both of these, and none expand the hit area over the entire thumbnail. In fact, neither seems to increase the size of the hit area at all. In order to select a particular thumbnail, the user still has to hit the CheckBox.

I’m guessing that I’m probably missing something very small or very obvious, but I’ve been stuck on this for a few days now! Any help would be greatly appreciated!

Thanks,
ChiWhiteSox56