bootstrap_form icon indicating copy to clipboard operation
bootstrap_form copied to clipboard

collection_check_boxes | checked value setting issue

Open ahmetsaitince opened this issue 1 year ago • 0 comments
trafficstars

ff.collection_check_boxes(
    controller,
    Adm::ABILITY_ACTIONS,
    :second,
    :first,
    { checked: controller.include?(second) },
)

When I try to use collection_check_boxes method, I can not set checked attribute for elements. Am I missing something, or is this a missing point?

ahmetsaitince avatar Sep 09 '24 14:09 ahmetsaitince