crisu83 / yiistrap

Twitter Bootstrap for the Yii PHP framework.
http://www.getyiistrap.com
BSD 3-Clause "New" or "Revised" License
286 stars 176 forks source link

Fix #271 uncheck value option #295

Closed velosipedist closed 9 years ago

velosipedist commented 9 years ago

Fixes #271

velosipedist commented 9 years ago

The tests should fail now, waiting for output...

velosipedist commented 9 years ago

you're welcome to check

crisu83 commented 9 years ago

Please use $uncheckValue !== null instead of !is_null($uncheckValue). When all the builds pass I can merge this.

velosipedist commented 9 years ago

Done

crisu83 commented 9 years ago

Looks good, thanks.