Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 420 Bytes

IsFalse.md

File metadata and controls

14 lines (11 loc) · 420 Bytes

IsFalse

Validates that a value is false. Specifically, this checks to see if the value is exactly false, exactly the integer 0, or exactly the string "0".
Also see IsTrue

Options

message

type: string default: This value should be false.
This message is shown if the underlying data is not false.

Parameter Description
{{ value }} The current (invalid) value