GUICheckbox
From Liberty Unleashed Wiki
This function creates a GUI checkbox.
Syntax
GUICheckbox GUICheckbox( VectorScreen pos, VectorScreen size, [ bool checked ] )
Arguments
- pos - The position of the checkbox on screen or related to its parent element
- size - The size of the checkbox
- checked - If this is true the checkbox will be selected by default
Example
This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
Explanation here.
-- todo
Notes
Used functions and other notes here.