JSFiddle - React, Tailwind, and code Playground

HTML

<input type="checkbox" />
<input type="checkbox" />
<input type="checkbox" />
<input type="checkbox" />
<input type="button" />
<input type="text" />

JavaScript

$("input[type='textbox']").live("keypress", function () {
  alert( "check box clicked" );
});