1..10 # ->render() ok 1 - ->render() renders a checkbox tag with the value checked ok 2 - ->render() renders a checkbox tag using extra attributes ok 3 - ->render() considers false to be an integer 0 ok 4 - ->render() considers true to be an integer 1 # group support ok 5 - ->render() has support for groups ok 6 - ->render() accepts a single group ok 7 - __construct() throws an RuntimeException if you don't pass a choices option # choices as a callable ok 8 - ->render() accepts a sfCallable as a choices option # __clone() ok 9 - __clone() changes the choices is a callable and the object is an instance of the current object ok 10 - __clone() changes nothing if the choices is a callable and the object is not an instance of the current object Looks like everything went fine.