| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
This class represents an option in a checkbox group. More...
 Inheritance diagram for ilCheckboxOption:
 Inheritance diagram for ilCheckboxOption: Collaboration diagram for ilCheckboxOption:
 Collaboration diagram for ilCheckboxOption:| Additional Inherited Members | |
|  Public Member Functions inherited from ilRadioOption | |
| __construct ($a_title="", $a_value="", $a_info="") | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setInfo ($a_info) | |
| Set Info. | |
| getInfo () | |
| Get Info. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| setDisabled ($a_disabled) | |
| getDisabled () | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
|  Protected Attributes inherited from ilRadioOption | |
| $title | |
| $value | |
| $info | |
| $sub_items = array() | |
| $disabled | |
This class represents an option in a checkbox group.
Definition at line 31 of file class.ilCheckboxOption.php.