DgsCheckBoxGetSelected
Jump to navigation
Jump to search
This function gets a checkbox's selection state.
Syntax
bool DgsDxCheckBoxGetSelected ( element theCheckbox )
Required Arguments
- theCheckbox : The checkbox you wish to retrieve the selection state of.
Returns
Returns true if the checkbox is selected, false if it is not.
Example
This example makes a different beep based on the state when any checkbox has been clicked.
--TODO