<!DOCTYPE html>
<html>
<body>
<p>Use Alt + Y to give focus to the Checkbox.</p>
<form runat="server">
<asp:CheckBox id="check1" AccessKey="y" runat="server" />
</form>
</body>
</html>