Boolean Input State Variable Reference

Table of contents


Introduction

Boolean input state variables represent inputs with true/false values. It will render as a checkbox.

Constructor

Syntax

ctl.createPage({
	...,
	stateVarInfo:[
		{type:'booleanInput', ...},
	],
})

Parameters


Instance methods

Inherited methods

Note: The component() method returns a BooleanInputSvCmp.


Instance properties

Inherited properties


DOM element properties