|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| Checkbox[x] represents a checkbox with setting x, displayed as |
| Checkbox[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with the value of x being toggled if the checkbox is clicked. |
| Checkbox[x, {val1, val2}] represents a checkbox that toggles between values val1 and val2, and displays as |
| Checkbox[x, {val1, val2, val3, ...}] represents a checkbox that cycles through values vali, and displays as |
| Appearance | Automatic | the overall appearance of the checkbox | |
| AutoAction | False | whether to change the checkbox automatically when the mouse is over it | |
| BaselinePosition | Automatic | alignment relative to surrounding text | |
| Enabled | Automatic | whether the checkbox is enabled, or grayed out | |
| ImageMargins | 0 | margins around the image of the displayed checkbox |