Returns a string value of 'on'/'off' from the boolean value
Optional
the boolean value to check
the string value of 'on'/'off' from the boolean value
toStringOnOff(true); // 'on' Copy
toStringOnOff(true); // 'on'
Returns a string value of 'on'/'off' from the boolean value