1# true boolean value
2option booltrue true
3# false boolean value
4boolfalse false
5# boolean array
6option boolarray false true false
7