D.A.B.Tv0.0.17 Tutorial API DABT Tools ↗ GitHub ↗

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.get prints the value as 0/1.