List of activities handling checkbox
Checkbox Off
Sets checkbox’s value to False regardless of previous value.
Checkbox On
Sets checkbox’s value to True regardless of previous value.
Get Checkbox State
Retrieves checkbox’s value. The state is reported through Value.
Toggle Checkbox
Sets checkbox’s value to the opposite of current value.