Source for file Checkbox.php
Documentation is available at Checkbox.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 6: * Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
- 7: *
- 8: * This source file is subject to the "Nette license" that is bundled
- 9: * with this package in the file license.txt.
- 10: *
- 11: * For more information please see http://nettephp.com
- 12: *
- 18: */
- 26: /**
- 27: * Check box control. Allows the user to select a true or false condition.
- 28: *
- 32: */
- 34: {
- 36: /**
- 38: */
- 40: {
- 44: }
- 48: /**
- 49: * Sets control's value.
- 52: */
- 54: {
- 57: }
- 61: /**
- 62: * Generates control's HTML element.
- 64: */
- 66: {
- 68: }
- 70: }