Skip to content

Latest commit

 

History

History
 
 

check

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

$mol_check

A various type of checkboxes.

Usage example

<= Spam $mol_check_box
	title <= spam_title @ \Send me some spam
	checked?val <=> spam_needed?val true
	enabled <= spam_enabled false

Properties

checked( next? : boolean ) : boolean

Returns checked state of checkbox. User can switch them when checkbox is enabled.

enabled() : boolean

Returns true if checkbox can be switched by user.

Variants of visualization