.. _booleanDoc: .. index:: single: Boolean Types ============ Boolean Type ============ * on_ * off_ ---- .. index:: single: Boolean Types; on .. index:: single: Keywords; on .. index:: single: on .. _On: on == ``on`` is one of the two boolean values in Stride, the other one being ``off``. It can be connected to an input port of type `boolean`. ---- .. index:: single: Boolean Types; off .. index:: single: Keywords; off .. index:: single: off .. _Off: off === ``off`` is one of the two boolean values in Stride, the other one being ``on``. It can be connected to an input port of type `boolean`.