Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

(ServerAPI) GETCHECKBOXSTATE Method

Kristian Skov edited this page Oct 1, 2018 · 1 revision

Up to date as of version 1.6

Description

This command can be used to get the state of a checkbox in ArduLED.

Syntax

GETCHECKBOXSTATE(string CheckBoxName, int CheckBoxNameID)

Parameters

string CheckBoxName: What CheckBox to edit

int CheckBoxID: If there are more than one CheckBox with this name, then the index can be selected here (however 0 is usually a normal value to use)

Return value

Type: Bool (in String format (eg. "True" and "False"))

Clone this wiki locally