bool QML Basic Type

A boolean is a binary true/false value.

A boolean is a binary true/false value.

Example:

Item { focus: true; clip: false }

See also QML Basic Types.