Skip to main content

Checkbox

Overview

A visible component to use checkboxs

Component Properties

PropertyDescription
checkedIt sets the initial check state of checkbox. Default: not checked
textText that is displayed next to checkbox

Blocks

Events

On state changed

Triggers on checkbox state changed

loading block...

variabletypedescription
stateBooleanThe current state of checkbox whether it is checked or not. Returns true if checked otherwise false.

Properties

text

Accepts: String

sets checkbox text

loading block...

text

Returns: String

gets checkbox text

loading block...

checked

Accepts: Boolean

sets checkbox checked state

loading block...

checked

Returns: Boolean

gets checkbox checked state

loading block...

hide

Accepts: Boolean

Hides the component if the input is true and shows it if the input is false

loading block...

hidden

Returns: Boolean

Returns true if the component is hidden and false if it is not

loading block...