I need to bind data to a html input type checkbox.. it is inside a gridview and this is my code for checkbox\[code\]<input type="checkbox" value='http://stackoverflow.com/questions/1794941/<%# Eval("ProjectId") %>' oninit="onl(this)" checked="<%# Eval("CanBeInherited") %>" onclick="showvalue(this)" />\[/code\]Is this possible? or do i need to use other means of changing the checked property of a checkbox..