All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib.form.checkbox.jelly Maven / Gradle / Ivy

The newest version!
 




  
    <input type="checkbox"> tag that takes true/false for @checked, which is more Jelly friendly.

    
    
    
    
      Normally, the submitted JSON will be boolean indicating whether the checkbox was checked or not.
      This is sometimes inconvenient if you have a UI that lets user select a subset of a set.
      If this attribute is present, the submitted JSON will have this as a string value if the checkbox is checked,
      and none otherwise, making the subset selection easier.
    
    
      The default value of the check box, in case both @checked and @instance are null.
      If this attribute is unspecified or null, it defaults to unchecked, otherwise checked.
    
    
    
    
    
    
      Used for databinding. TBD.
    
    
      If specified, this human readable text will follow the checkbox, and clicking this text also
      toggles the checkbox.
    
  
  
  
  
    
  





© 2015 - 2025 Weber Informatics LLC | Privacy Policy