Welcome Guest, Not a member yet? Register   Sign In
validation on a checkbox
#2

[eluser]steelaz[/eluser]
I was searching forums about this today. There are a lot of good extensions to validation class, but if all you need is to make sure that checkbox (or at least one checkbox in array) is checked, you have to add two rules:

Code:
$rules['chkArray'] = 'required|isset';

"isset" rule is undocumented, not sure why.

I hope someone will find this useful.


Messages In This Thread
validation on a checkbox - by El Forum - 03-11-2008, 10:33 AM
validation on a checkbox - by El Forum - 03-23-2008, 01:00 PM
validation on a checkbox - by El Forum - 04-17-2008, 01:46 PM
validation on a checkbox - by El Forum - 04-17-2008, 03:25 PM
validation on a checkbox - by El Forum - 05-29-2008, 03:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB