Advertisement
voodooKobra

Dear Java

Sep 30th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Dear Java,
  2.  
  3. In web development, we have this standard for user convenience.
  4. <input type="checkbox" name="chk1" id="chkbox1" value="1" />
  5. <label for="chkbox1">Label goes here</label>
  6.  
  7. So from a web developer's perspective, I'd like to recommend a change to your interface:
  8.  
  9. http://imgur.com/Stm4r
  10. On this page during the install process, please make one or both of the following changes:
  11. [ ] Default to unchecked.
  12. [ ] Clicking the bold text should make the checkbox toggle.
  13.  
  14. Thanks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement