tui.get.checked
tui.get.checked ID
Prints nothing; returns 0 when ID is a checked checkbox, else 1.
Notes
- Use it in a condition:
if tui.get.checked chk_a; then ....tui.getprints the value as0/1.
D.A.B.Tv0.0.17
Tutorial
API
DABT Tools ↗
GitHub ↗
tui.get.checkedtui.get.checked ID
Prints nothing; returns 0 when ID is a checked checkbox, else 1.
Notes
if tui.get.checked chk_a; then .... tui.get prints the value as 0/1.