On Tue, Jul 08, 2008 at 03:46:09PM +1000, Bluebie, Jenna wrote: > Aha! Great! > > This is why we need docs! :/
>From the manual:
=== click() { |self| ... } ยป self ===
When the check is clicked, its `click` block is called. The block
is handed `self`, which is the check object which was clicked.
Clicks are sent for both checking and unchecking the box.
_why
