vibium check
Toggle a checkbox.
Synopsis
Section titled “Synopsis”vibium check @e<num>Description
Section titled “Description”Sets the checkbox referenced by @e<num> to its checked state. If you need to
explicitly uncheck a checked box, click it directly with click
instead.
Examples
Section titled “Examples”vibium check @e7Find first, then check:
$ vibium find label "I agree to the terms"@e7 input label="I agree to the terms"
$ vibium check @e7