checkList property

NotusAttribute<String> checkList

Formats a block of lines as a checkbox list.

Implementation

NotusAttribute<String> get checkList =>
    NotusAttribute<String>._(key, scope, 'cl');