1 jls.loader.provide('jls.gui.CheckBox');
  2 
  3 /**
  4  * @augments jls.gui.Element
  5  * @class This class represents a check box.
  6  */
  7 jls.gui.CheckBox = jls.gui.require('CheckBox');
  8