Thanks Fehmina for the code . I change bit and it is working perfect

<mx:CheckBox color="#030000" fontWeight="bold" x="787" y="344"  />
        <mx:Label x="809" y="344" selectable="true" link="linkHandler()"
fontWeight="bold">
              <mx:htmlText><![CDATA[<a href='event:http://www.adobe.com'>I
have read Terms & Conditions</a>]]></mx:htmlText>
        </mx:Label>

Once again thanks for your response

Regards
Kiran

On Thu, Apr 15, 2010 at 10:59 PM, Fehmina Kanuga <
[email protected]> wrote:

> HI,
> u can try out this for underline.
> IN flex u cannot directly provide link.
> But there is one property called textDecoration= "Underline" u can use this
> and on checkButtons click even u can open up pop up.
>
> for underline u can use this.
>
> <mx:Label
> text="Terms and Conditions:" y="354" x="0" styleName="label"
> textDecoration="underline"/>
>
> <mx:CheckBox label="" id="notifyAlertsId" click="notifyCart()" x="124" y="
> 354" tabIndex="12"/>
>
>
>
> hope this helps
>
>
> On Thu, Apr 15, 2010 at 1:01 AM, Kiran Kumar Vasireddy <
> [email protected]> wrote:
>
>> Hi All,
>>
>> Is there any way that I can show Checkbox label as a Link anchor ? I have
>> a check box for "Terms and conditions " and the text is just showing as a
>> regular text. Moreover is there any way to have two events one for clicking
>> on checkbox and other one for the text ? because now if I click on checkbox
>> the conditions box is opening up . I want it for clicking on the text .
>> Currently what I did is Deleted all the text and added link button next to
>> it . But two components to implement one small solution ...?
>>
>> Regards
>> Kiran
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Flex India Community" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<flex_india%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to