Boolean
v.Is(v.Bool(true, "active").True())v.Is(v.Bool(false, "active").Not().False())Pointer variant:
var b *boolv.Is(v.BoolP(b, "active").Nil())v.Is(v.Bool(true, "active").True())v.Is(v.Bool(false, "active").Not().False())Pointer variant:
var b *boolv.Is(v.BoolP(b, "active").Nil())