Skip to content

Commit 1f28ab0

Browse files
swrobellcreid
authored andcommitted
Link to & provide workaround for #477 (#542)
1 parent 0b9c609 commit 1f28ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ To render checkboxes as switches with Bootstrap 4.2+, use `custom: :switch`:
386386
<%= f.collection_check_boxes :skills, Skill.all, :id, :name %>
387387
```
388388

389-
NOTE: These helpers do not currently support a block, unlike their equivalent Rails helpers. See issue #477.
389+
NOTE: These helpers do not currently support a block, unlike their equivalent Rails helpers. See issue [#477](https://github.com/bootstrap-ruby/bootstrap_form/issues/477). If you need to use the block syntax, use `collection_check_boxes_without_bootstrap` or `collection_radio_buttons_without_bootstrap` for now.
390390

391391
Collection methods accept these options:
392392
* `:label`: Customize the `form_group`'s label

0 commit comments

Comments
 (0)