public static function checkbox() { if (!self::$checkbox) { require_once NSU_PLUGIN_DIR . 'includes/NSU_Checkbox.php'; self::$checkbox = new NSU_Checkbox(); } return self::$checkbox; }
function nsu_checkbox() { NSU::checkbox()->output_checkbox(); }