Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 743 Bytes

readme.md

File metadata and controls

31 lines (20 loc) · 743 Bytes

$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