hai,
your check box contains between item template..
you can get the javascript event when onclick event..
using that u can done your flow.
Javascript:
function
chkBxCopy_OnClick(cbCopy) {
alert("");
}
Source
<
asp:CheckBox runat="server" Checked="true" onclick="chkBxCopy_OnClick(this)" ID="chkBxCopy" />