v-checkbox ( str -- ? )
Form validators

Prev:v-captcha ( str -- str )
Next:v-email ( str -- str )


Vocabulary
validators

Inputs
stra string


Outputs
?a boolean


Word description
Converts the string value of a checkbox component (either "on" or "off") to a boolean value.

Definition