3 summary:: A view that toggles between two states.
8 A view that toggles between two states when clicked, displaying or hiding a check mark accordingly.
25 Stating which of the two states the view is currently in, false meaning unchecked and true meaning checked. Default to false.
31 Sets link::#-value:: and triggeres link::#-action::.
37 The text displayed next to the check mark.
44 The action object evaluated whenever the user toggles the state.
48 SUBSECTION:: Drag and drop
50 METHOD:: defaultGetDrag
54 METHOD:: defaultCanReceiveDrag
56 True if the current drag data is a Boolean.
58 METHOD:: defaultReceiveDrag
59 Sets link::#-valueAction:: to the current drag data.