Source template/control/checkbox.edit.control.hbs

{{!--
/**
 * @template checkbox%edit
 * @language handlebars
 * @block control
 * @param {object} [attributes] Attributes to pass to el-checkbox
 * @description Template used by checkbox control in edit mode
 * 
 *     {{{template "checkbox.edit" attributes=attributes}}}
 *
 * NB. It is usually preferable to use {@link template:control%view} rather than calling this directly
 *
 * @see template:control%view
 * @see template:control
 * @see template:control%edit
 */
--}}
{{{el-checkbox attributes=attributes}}}