﻿
function Validate_CheckBox(source, arguments)
{
    alert(arguments.Value);
    arguments.IsValid = arguments.Value;
}

