﻿function validate(sender, args) {
    args.Isvalid = $('#CheckBoxAccept:checked').valueOf();
}   
