# Functions
BoolFromString takes in the string and tries to parse it as a boolean.
CanParseFalseFromString takes in the string and checks it if can be parsed as false.
CanParseTrueFromString takes in the string and checks it if can be parsed as true.
GetBoolLabel returns disabled if false, enabled otherwise.
GetBools returns all supported bool values.