A clickable checkbox, using a store value to decide whether or not it is checked.
- Call function name: If a function is selected here, it will allow for additional arguments to be entered. These functions can be selected:
- setState: Set a value for a key in a parameter group within the app. Requires the additional keys to be set.
- factoryReset: Resets the entire app, clearing cache and cookies.
- refresh: Load the latest version of the scanner's assigned config.
The selected function will trigger every time the box is clicked. If 'setState' is selected, it will switch the value from 'false' to 'true', or vice-versa.
- --background: #XXXXXX
Set a background-color for the checkbox.
- --checkmark-color: #XXXXXX
Set a color for the checkmark itself.
- --background-checked: #XXXXXX
Set a background-color for the checkfor for once it is checked.