Skip to contents

Sets the current value of an existing tuiInputCheckbox() input.

Usage

tuiUpdateCheckboxInput(id, value)

Arguments

id

Input id passed to tuiInputCheckbox().

value

New logical value.

Value

Invisibly returns NULL.