The following example shows how you can display a hand cursor when the user rolls their mouse over the Flex CheckBox control by setting the useHandCursor and buttonMode properties.
According to the documentation for the useHandCursor property:
A Boolean value that indicates whether the pointing hand (hand cursor) appears when the mouse rolls over a sprite in which the
buttonModeproperty is set totrue. The default value of theuseHandCursorproperty istrue. IfuseHandCursoris set totrue, the pointing hand used for buttons appears when the mouse rolls over a button sprite. IfuseHandCursorisfalse, the arrow pointer is used instead.
Full code after the jump.
Continue reading ‘Displaying a hand cursor when the user rolls over the CheckBox control in Flex’



