module Rocx
  module Properties
    class Bold < ToggleProperty
      tag :b

    end
  end
end