Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 642 Bytes

readme.md

File metadata and controls

31 lines (18 loc) · 642 Bytes

$mol_check_group

Checkbox for group of check boxes.

Usage example

<= All $mol_check_group
	title <= all_title @ \Check all
	checks <= all_check_boxes /

Properties

checks() : $mol_chek

Returns array of $mol_check that should be controlled by $mol_check_group.

checked( next? : boolean ) : boolean

Returns true when some check boxes is checked. Toggles all checks on click.

enabled() : boolean

Returns true if checkbox can be switched by user.

fill() : boolean

Returns true when all check boxes is checked.